forked from pret/pokered
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFuchsiaCity.asm
119 lines (93 loc) · 1.78 KB
/
FuchsiaCity.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
_FuchsiaCityText1::
text "Did you try the"
line "SAFARI GAME? Some"
cont "#MON can only"
cont "be caught there."
done
_FuchsiaCityText2::
text "SAFARI ZONE has a"
line "zoo in front of"
cont "the entrance."
para "Out back is the"
line "SAFARI GAME for"
cont "catching #MON."
done
_FuchsiaCityText3::
text "ERIK: Where's"
line "SARA? I said I'd"
cont "meet her here."
done
_FuchsiaCityText4::
text "That item ball in"
line "there is really a"
cont "#MON."
done
_FuchsiaCityText5::
text "!"
done
_FuchsiaCityText11::
text "FUCHSIA CITY"
line "Behold! It's"
cont "Passion Pink!"
done
_FuchsiaCityText13::
text "SAFARI GAME"
line "#MON-U-CATCH!"
done
_FuchsiaCityText16::
text "SAFARI ZONE"
line "WARDEN's HOME"
done
_FuchsiaCityText17::
text "#MON PARADISE"
line "SAFARI ZONE"
done
_FuchsiaCityText18::
text "FUCHSIA CITY"
line "#MON GYM"
cont "LEADER: KOGA"
para "The Poisonous"
line "Ninja Master"
done
_FuchsiaCityChanseyText::
text "Name: CHANSEY"
para "Catching one is"
line "all up to chance."
prompt
_FuchsiaCityVoltorbText::
text "Name: VOLTORB"
para "The very image of"
line "a # BALL."
prompt
_FuchsiaCityKangaskhanText::
text "Name: KANGASKHAN"
para "A maternal #MON"
line "that raises its"
cont "young in a pouch"
cont "on its belly."
prompt
_FuchsiaCitySlowpokeText::
text "Name: SLOWPOKE"
para "Friendly and very"
line "slow moving."
prompt
_FuchsiaCityLaprasText::
text "Name: LAPRAS"
para "A.K.A. the king"
line "of the seas."
prompt
_FuchsiaCityOmanyteText::
text "Name: OMANYTE"
para "A #MON that"
line "was resurrected"
cont "from a fossil."
prompt
_FuchsiaCityKabutoText::
text "Name: KABUTO"
para "A #MON that"
line "was resurrected"
cont "from a fossil."
prompt
_FuchsiaCityText_19b2a::
text "..."
done