-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathCeladonCity.asm
154 lines (122 loc) · 2.54 KB
/
CeladonCity.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
_CeladonCityLittleGirlText::
text "I got my KOFFING"
line "in CINNABAR!"
para "It's nice, but it"
line "breathes poison"
cont "when it's angry!"
done
_CeladonCityGramps1Text::
text "Heheh! This GYM"
line "is great! It's"
cont "full of women!"
done
_CeladonCityGirlText::
text "The GAME CORNER"
line "is bad for our"
cont "city's image!"
done
_CeladonCityGramps2Text::
text "Moan! I blew it"
line "all at the slots!"
para "I knew I should"
line "have cashed in my"
cont "coins for prizes!"
done
_CeladonCityGramps3Text::
text "Hello, there!"
para "I've seen you,"
line "but I never had a"
cont "chance to talk!"
para "Here's a gift for"
line "dropping by!"
prompt
_CeladonCityGramps3ReceivedTM41Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CeladonCityGramps3TM41ExplanationText::
text "TM41 teaches"
line "SOFTBOILED!"
para "Only one #MON"
line "can use it!"
para "That #MON is"
line "CHANSEY!"
done
_CeladonCityGramps3TM41NoRoomText::
text "Oh, your pack is"
line "full of items!"
done
_CeladonCityFisherText::
text "This is my trusted"
line "pal, POLIWRATH!"
para "It evolved from"
line "POLIWHIRL when I"
cont "used WATER STONE!"
done
_CeladonCityPoliwrathText::
text "POLIWRATH: Ribi"
line "ribit!@"
text_end
_CeladonCityRocket1Text::
text "What are you"
line "staring at?"
done
_CeladonCityRocket2Text::
text "Keep out of TEAM"
line "ROCKET's way!"
done
_CeladonCityTrainerTips1Text::
text "TRAINER TIPS"
para "X ACCURACY boosts"
line "the accuracy of"
cont "techniques!"
para "DIRE HIT jacks up"
line "the likelihood of"
cont "critical hits!"
para "Get your items at"
line "CELADON DEPT."
cont "STORE!"
done
_CeladonCitySignText::
text "CELADON CITY"
line "The City of"
cont "Rainbow Dreams"
done
_CeladonCityGymSignText::
text "CELADON CITY"
line "#MON GYM"
cont "LEADER: ERIKA"
para "The Nature Loving"
line "Princess!"
done
_CeladonCityMansionSignText::
text "CELADON MANSION"
done
_CeladonCityDeptStoreSignText::
text "Find what you"
line "need at CELADON"
cont "DEPT. STORE!"
done
_CeladonCityTrainerTips2Text::
text "TRAINER TIPS"
para "GUARD SPEC."
line "protects #MON"
cont "against SPECIAL"
cont "attacks such as"
cont "fire and water!"
para "Get your items at"
line "CELADON DEPT."
cont "STORE!"
done
_CeladonCityPrizeExchangeSignText::
text "Coins exchanged"
line "for prizes!"
cont "PRIZE EXCHANGE"
done
_CeladonCityGameCornerSignText::
text "ROCKET GAME CORNER"
line "The playground"
cont "for grown-ups!"
done