Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeladonCity.asm
1270 views
1
_CeladonCityLittleGirlText::
2
text "I got my KOFFING"
3
line "in CINNABAR!"
4
5
para "It's nice, but it"
6
line "breathes poison"
7
cont "when it's angry!"
8
done
9
10
_CeladonCityGramps1Text::
11
text "Heheh! This GYM"
12
line "is great! It's"
13
cont "full of women!"
14
done
15
16
_CeladonCityGirlText::
17
text "The GAME CORNER"
18
line "is bad for our"
19
cont "city's image!"
20
done
21
22
_CeladonCityGramps2Text::
23
text "Moan! I blew it"
24
line "all at the slots!"
25
26
para "I knew I should"
27
line "have cashed in my"
28
cont "coins for prizes!"
29
done
30
31
_CeladonCityGramps3Text::
32
text "Hello, there!"
33
34
para "I've seen you,"
35
line "but I never had a"
36
cont "chance to talk!"
37
38
para "Here's a gift for"
39
line "dropping by!"
40
prompt
41
42
_CeladonCityGramps3ReceivedTM41Text::
43
text "<PLAYER> received"
44
line "@"
45
text_ram wStringBuffer
46
text "!@"
47
text_end
48
49
_CeladonCityGramps3TM41ExplanationText::
50
text "TM41 teaches"
51
line "SOFTBOILED!"
52
53
para "Only one #MON"
54
line "can use it!"
55
56
para "That #MON is"
57
line "CHANSEY!"
58
done
59
60
_CeladonCityGramps3TM41NoRoomText::
61
text "Oh, your pack is"
62
line "full of items!"
63
done
64
65
_CeladonCityFisherText::
66
text "This is my trusted"
67
line "pal, POLIWRATH!"
68
69
para "It evolved from"
70
line "POLIWHIRL when I"
71
cont "used WATER STONE!"
72
done
73
74
_CeladonCityPoliwrathText::
75
text "POLIWRATH: Ribi"
76
line "ribit!@"
77
text_end
78
79
_CeladonCityRocket1Text::
80
text "What are you"
81
line "staring at?"
82
done
83
84
_CeladonCityRocket2Text::
85
text "Keep out of TEAM"
86
line "ROCKET's way!"
87
done
88
89
_CeladonCityTrainerTips1Text::
90
text "TRAINER TIPS"
91
92
para "X ACCURACY boosts"
93
line "the accuracy of"
94
cont "techniques!"
95
96
para "DIRE HIT jacks up"
97
line "the likelihood of"
98
cont "critical hits!"
99
100
para "Get your items at"
101
line "CELADON DEPT."
102
cont "STORE!"
103
done
104
105
_CeladonCitySignText::
106
text "CELADON CITY"
107
line "The City of"
108
cont "Rainbow Dreams"
109
done
110
111
_CeladonCityGymSignText::
112
text "CELADON CITY"
113
line "#MON GYM"
114
cont "LEADER: ERIKA"
115
116
para "The Nature Loving"
117
line "Princess!"
118
done
119
120
_CeladonCityMansionSignText::
121
text "CELADON MANSION"
122
done
123
124
_CeladonCityDeptStoreSignText::
125
text "Find what you"
126
line "need at CELADON"
127
cont "DEPT. STORE!"
128
done
129
130
_CeladonCityTrainerTips2Text::
131
text "TRAINER TIPS"
132
133
para "GUARD SPEC."
134
line "protects #MON"
135
cont "against SPECIAL"
136
cont "attacks such as"
137
cont "fire and water!"
138
139
para "Get your items at"
140
line "CELADON DEPT."
141
cont "STORE!"
142
done
143
144
_CeladonCityPrizeExchangeSignText::
145
text "Coins exchanged"
146
line "for prizes!"
147
cont "PRIZE EXCHANGE"
148
done
149
150
_CeladonCityGameCornerSignText::
151
text "ROCKET GAME CORNER"
152
line "The playground"
153
cont "for grown-ups!"
154
done
155
156