Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/text/text_6.asm
1271 views
1
_ItemUseBallText00::
2
text "It dodged the"
3
line "thrown BALL!"
4
5
para "This #MON"
6
line "can't be caught!"
7
prompt
8
9
_ItemUseBallText01::
10
text "You missed the"
11
line "#MON!"
12
prompt
13
14
_ItemUseBallText02::
15
text "Darn! The #MON"
16
line "broke free!"
17
prompt
18
19
_ItemUseBallText03::
20
text "Aww! It appeared"
21
line "to be caught! "
22
prompt
23
24
_ItemUseBallText04::
25
text "Shoot! It was so"
26
line "close too!"
27
prompt
28
29
_ItemUseBallText05::
30
text "All right!"
31
line "@"
32
text_ram wEnemyMonNick
33
text " was"
34
cont "caught!@"
35
text_end
36
37
_ItemUseBallText07::
38
text_ram wBoxMonNicks
39
text " was"
40
line "transferred to"
41
cont "BILL's PC!"
42
prompt
43
44
_ItemUseBallText08::
45
text_ram wBoxMonNicks
46
text " was"
47
line "transferred to"
48
cont "someone's PC!"
49
prompt
50
51
_ItemUseBallText06::
52
text "New #DEX data"
53
line "will be added for"
54
cont "@"
55
text_ram wEnemyMonNick
56
text "!@"
57
text_end
58
59
_SurfingGotOnText::
60
text "<PLAYER> got on"
61
line "@"
62
text_ram wNameBuffer
63
text "!"
64
prompt
65
66
_SurfingNoPlaceToGetOffText::
67
text "There's no place"
68
line "to get off!"
69
prompt
70
71
_VitaminStatRoseText::
72
text_ram wNameBuffer
73
text "'s"
74
line "@"
75
text_ram wStringBuffer
76
text " rose."
77
prompt
78
79
_VitaminNoEffectText::
80
text "It won't have any"
81
line "effect."
82
prompt
83
84
_ThrewBaitText::
85
text "<PLAYER> threw"
86
line "some BAIT."
87
done
88
89
_ThrewRockText::
90
text "<PLAYER> threw a"
91
line "ROCK."
92
done
93
94
_PlayedFluteNoEffectText::
95
text "Played the #"
96
line "FLUTE."
97
98
para "Now, that's a"
99
line "catchy tune!"
100
prompt
101
102
_FluteWokeUpText::
103
text "All sleeping"
104
line "#MON woke up."
105
prompt
106
107
_PlayedFluteHadEffectText::
108
text "<PLAYER> played the"
109
line "# FLUTE.@"
110
text_end
111
112
_CoinCaseNumCoinsText::
113
text "Coins"
114
line "@"
115
text_bcd wPlayerCoins, 2 | LEADING_ZEROES | LEFT_ALIGN
116
text " "
117
prompt
118
119
_ItemfinderFoundItemText::
120
text "Yes! ITEMFINDER"
121
line "indicates there's"
122
cont "an item nearby."
123
prompt
124
125
_ItemfinderFoundNothingText::
126
text "Nope! ITEMFINDER"
127
line "isn't responding."
128
prompt
129
130
_RaisePPWhichTechniqueText::
131
text "Raise PP of which"
132
line "technique?"
133
done
134
135
_RestorePPWhichTechniqueText::
136
text "Restore PP of"
137
line "which technique?"
138
done
139
140
_PPMaxedOutText::
141
text_ram wStringBuffer
142
text "'s PP"
143
line "is maxed out."
144
prompt
145
146
_PPIncreasedText::
147
text_ram wStringBuffer
148
text "'s PP"
149
line "increased."
150
prompt
151
152
_PPRestoredText::
153
text "PP was restored."
154
prompt
155
156
_BootedUpTMText::
157
text "Booted up a TM!"
158
prompt
159
160
_BootedUpHMText::
161
text "Booted up an HM!"
162
prompt
163
164
_TeachMachineMoveText::
165
text "It contained"
166
line "@"
167
text_ram wStringBuffer
168
text "!"
169
170
para "Teach @"
171
text_ram wStringBuffer
172
text_start
173
line "to a #MON?"
174
done
175
176
_MonCannotLearnMachineMoveText::
177
text_ram wNameBuffer
178
text " is not"
179
line "compatible with"
180
cont "@"
181
text_ram wStringBuffer
182
text "."
183
184
para "It can't learn"
185
line "@"
186
text_ram wStringBuffer
187
text "."
188
prompt
189
190
_ItemUseNotTimeText::
191
text "OAK: <PLAYER>!"
192
line "This isn't the"
193
cont "time to use that! "
194
prompt
195
196
_ItemUseNotYoursToUseText::
197
text "This isn't yours"
198
line "to use!"
199
prompt
200
201
_ItemUseNoEffectText::
202
text "It won't have any"
203
line "effect."
204
prompt
205
206
_ThrowBallAtTrainerMonText1::
207
text "The trainer"
208
line "blocked the BALL!"
209
prompt
210
211
_ThrowBallAtTrainerMonText2::
212
text "Don't be a thief!"
213
prompt
214
215
_NoCyclingAllowedHereText::
216
text "No cycling"
217
next "allowed here."
218
prompt
219
220
_NoSurfingHereText::
221
text "No SURFing on"
222
line "@"
223
text_ram wNameBuffer
224
text " here!"
225
prompt
226
227
_BoxFullCannotThrowBallText::
228
text "The #MON BOX"
229
line "is full! Can't"
230
cont "use that item!"
231
prompt
232
233