blob: cece71645b5069900ca54518eb3069f27c976d5a (
plain)
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
|
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
@ unused
gOtherText_TopSpeed::
.string "TOP SPEED$"
gMultiText_BerryBlenderMaxSpeedRecord:: @ 842C2E6
.string "BERRY BLENDER\nMAXIMUM SPEED RECORD!$"
gMultiText_2P3P4P:: @ 842C30A
.string "2 PLAYERS\n3 PLAYERS\n4 PLAYERS$"
gMultiText_Saving:: @ 842C328
.string "SAVING...\nDON’T TURN OFF THE POWER.$"
gMultiText_LinkError:: @ 842C34C
.string "{HIGHLIGHT TRANSPARENT}{COLOR WHITE2}Link error...\nCheck your Game Link cable connection,\nand turn the power off and on.$"
gSystemText_OptionMenu:: @ 842C3A6
.string "{PALETTE 9}OPTION$"
gSystemText_TextSpeed:: @ 842C3B0
.string "{PALETTE 9}TEXT SPEED$"
gSystemText_BattleScene:: @ 842C3BE
.string "{PALETTE 9}BATTLE SCENE$"
gSystemText_BattleStyle:: @ 842C3CE
.string "{PALETTE 9}BATTLE STYLE$"
gSystemText_Sound:: @ 842C3DE
.string "{PALETTE 9}SOUND$"
gSystemText_Frame:: @ 842C3E7
.string "{PALETTE 9}FRAME$"
gSystemText_Cancel:: @ 842C3F0
.string "{PALETTE 9}CANCEL$"
gSystemText_ButtonMode:: @ 842C3FA
.string "{PALETTE 9}BUTTON MODE$"
gSystemText_Slow:: @ 842C409
.string "{PALETTE 15}SLOW$"
gSystemText_Mid:: @ 842C411
.string "{PALETTE 15}MID$"
gSystemText_Fast:: @ 842C418
.string "{PALETTE 15}FAST$"
gSystemText_On:: @ 842C420
.string "{PALETTE 15}ON$"
gSystemText_Off:: @ 842C426
.string "{PALETTE 15}OFF$"
gSystemText_Shift:: @ 842C42D
.string "{PALETTE 15}SHIFT$"
gSystemText_Set:: @ 842C436
.string "{PALETTE 15}SET$"
gSystemText_Mono:: @ 842C43D
.string "{PALETTE 15}MONO$"
gSystemText_Stereo:: @ 842C445
.string "{PALETTE 15}STEREO$"
gSystemText_Type:: @ 842C44F
.string "{PALETTE 15}TYPE$"
gSystemText_Terminator:: @ 842C457
.string "{PALETTE 8}$"
gSystemText_Normal:: @ 842C45B
.string "{PALETTE 15}NORMAL$"
gSystemText_LR:: @ 842C465
.string "{PALETTE 15}LR$"
gSystemText_LA:: @ 842C46B
.string "{PALETTE 15}L=A$"
SystemText_Pokedex::
.string "POKéDEX$"
SystemText_Pokemon::
.string "POKéMON$"
SystemText_BAG::
.string "BAG$"
SystemText_Pokenav::
.string "POKéNAV$"
SystemText_Player::
.string "{PLAYER}$"
SystemText_Save::
.string "SAVE$"
SystemText_Option::
.string "OPTION$"
SystemText_Exit::
.string "EXIT$"
SystemText_Retire:: @ safari zone?
.string "RETIRE$"
gOtherText_SafariStock:: @ 842C4A9
.string "SAFARI BALLS\nStock: {STR_VAR_1}$"
gSystemText_LinkStandby:: @ 842C4C0
.string "Link standby...\n... ... B Button: Cancel$"
gSystemText_LoadEventPressA:: @ 842C4E9
.string "Press the A Button to load event.\n... ... B Button: Cancel$"
gSystemText_LoadingEvent:: @ 842C524
.string "Loading event...$"
gSystemText_DontCutLink:: @ 842C535
.string "Don’t remove the Game Link cable.\nDon’t turn off the power.$"
gSystemText_EventLoadSuccess:: @ 842C571
.string "The event was safely loaded.$$"
gSystemText_LoadingError:: @ 842C58F
.string "Loading error.\nEnding session.$$$$$$$$"
gOtherText_Hoenn:: @ 842C5B5
.string "HOENN$"
gOtherText_OhABite:: @ 842C5BB
.string "Oh! A bite!$"
gOtherText_PokeOnHook:: @ 842C5C7
.string "A POKéMON’s on the hook!{PAUSE_UNTIL_PRESS}$"
gOtherText_NotEvenANibble:: @ 842C5E2
.string "Not even a nibble...{PAUSE_UNTIL_PRESS}$"
gOtherText_ItGotAway:: @ 842C5F9
.string "It got away...{PAUSE_UNTIL_PRESS}$$"
gTradeText_WillBeSent:: @ 842C60B
.string "{STR_VAR_2} will be sent to {STR_VAR_1}.$"
gTradeText_ByeBye:: @ 842C622
.string "Bye-bye, {STR_VAR_2}!$"
gTradeText_SentOverPoke:: @ 842C62F
.string "{STR_VAR_1} sent over {STR_VAR_3}.$"
gTradeText_TakeGoodCare:: @ 842C640
.string "Take good care of {STR_VAR_3}!$"
TradeText_Cancel::
.string "CANCEL$"
TradeText_ChoosePoke::
.string "Choose a POKéMON.$"
TradeText_Summary1::
.string "SUMMARY$"
TradeText_Trade1::
.string "TRADE$"
TradeText_CancelTradePrompt::
.string "Cancel trade?$"
TradeText_PressBToExit::
.string "Press the B Button to exit.$"
TradeText_Summary2::
.string "SUMMARY$"
TradeText_Trade2::
.string "TRADE$"
TradeText_LinkStandby::
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}Link standby...\nPlease wait.$"
TradeText_TradeCancelled::
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}The trade has\nbeen canceled.$"
TradeText_OnlyPoke::
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}That’s your only\nPOKéMON for battle.$"
TradeText_NonTradablePoke::
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}Your friend can’t\ntrade that one.$"
TradeText_WaitingForFriend::
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}Waiting for your\nfriend to finish...$"
TradeText_WantToTrade::
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}Your friend wants\nto trade POKéMON.$"
.string "$"
gTradeText_TradeOkayPrompt:: @ 842C7B6
.string "Is this trade okay?$"
gOtherText_Terminator2:: @ 842C7CA
.string "$"
gOtherText_ControlAndMiscText:: @ 842C7CB
.string "\n$"
.string "/$"
.string "Lv$"
.string "---$"
gOtherText_FourQuestions:: @ 842C7D6
.string "????$"
@ 842C7DB
.include "data/text/easy_chat/group_name_strings.inc"
gOtherText_ThreeQuestions:: @ 842C890
.string "???$"
gOtherText_From:: @ 842C894
.string "From $"
gOtherText_MixingRecordsWithFriend:: @ 842C89A
.string "Mixing records...$"
gOtherText_MixingComplete:: @ 842C8AC
.string "Record mixing completed.\nThank you for waiting.$"
gOtherText_TrainersTrainerCard:: @ 842C8DC
.string "’s TRAINER CARD$"
gOtherText_FirstHOF:: @ 842C8EC
.string "FIRST HALL OF FAME$"
gOtherText_LinkCableBattles:: @ 842C8FF
.string "LINK CABLE BATTLES W/ L/$"
gOtherText_BattleTowerWinRecord:: @ 842C924
.string "BATTLE TOWER W/{CLEAR_TO 0x72}&{CLEAR_TO 0x98}STRAIGHT$"
gOtherText_ContestRecord:: @ 842C943
.string "CONTESTS W/FRIENDS W/$"
gOtherText_MixingRecord:: @ 842C959
.string "{POKEBLOCK}S W/FRIENDS$"
gOtherText_TradeRecord:: @ 842C96A
.string "POKéMON TRADES$"
gOtherText_Boy:: @ 842C979
.string "BOY$"
gOtherText_Girl:: @ 842C97D
.string "GIRL$"
.string "$"
gOtherText_Player:: @ 842C983
.string "PLAYER$"
gOtherText_Badges:: @ 842C98A
.string "BADGES$"
.string "$"
gOtherText_Pokedex:: @ 842C992
.string "POKéDEX$"
gOtherText_PlayTime:: @ 842C99A
.string "PLAY TIME$"
gOtherText_SentToPC:: @ 842C9A4
.string "{STR_VAR_1} was sent to\nthe PC.{PAUSE_UNTIL_PRESS}$"
OtherText_YourName::
.string "YOUR NAME?$"
OtherText_BoxName::
.string "BOX NAME?$"
OtherText_PokeName::
.string "{STR_VAR_1}’s nickname?$"
gOtherText_Marco:: @ 842C9E1
.string "MARCO$" @ polo
gOtherText_Coins:: @ 842C9E7
.string "{STR_VAR_1} COINS$"
gOtherText_BattleResults:: @ 842C9F0
.string "{PLAYER}’s BATTLE RESULTS$"
gOtherText_WinRecord:: @ 842CA04
.string "TOTAL RECORD W/{STR_VAR_1} L/{STR_VAR_2} D/{STR_VAR_3}$"
gOtherText_WinLoseDraw:: @ 842CA20
.string "WIN LOSE DRAW$"
gOtherText_SevenDashes:: @ 842CA3C
.string "-------$"
gOtherText_FourDashes:: @ 842CA44
.string "----$"
gOtherText_BattleTowerResults:: @ 842CA49
.string "{PLAYER}’s BATTLE TOWER RESULTS$"
gOtherText_Lv50:: @ 842CA63
.string "LV 50$"
gOtherText_Lv100:: @ 842CA69
.string "LV 100$"
gOtherText_WinStreak:: @ 842CA70
.string "{STR_VAR_1}W STREAK$"
gOtherText_Current:: @ 842CA7B
.string "CURRENT$"
gOtherText_Record:: @ 842CA83
.string "RECORD$"
gOtherText_Prev:: @ 842CA8A
.string "PREV.$"
gOtherText_QuitGamePrompt:: @ 842CA90
.string "Quit the game?$"
gOtherText_MaxCoins:: @ 842CA9F
.string "You’ve got 9,999 COINS.$"
gOtherText_OutOfCoins:: @ 842CAB7
.string "You’ve run out of COINS.\nGame over!$"
gOtherText_DontHaveThreeCoins:: @ 842CADB
.string "You don’t have three COINS.$"
gOtherText_ReelTime:: @ 842CAF7
.string "REEL TIME\nHere’s your chance to take\naim and nail marks!\nThe Reel Time continues for\nas often as the drawn number.\nIt all ends on a Big Bonus.$"
DaycareText_GetAlongVeryWell::
.string "The two seem to get along very well.$"
DaycareText_GetAlong::
.string "The two seem to get along.$"
DaycareText_DontLikeOther::
.string "The two don’t seem to like each other.$"
DaycareText_PlayOther::
.string "The two prefer to play with other\nPOKéMON than each other.$"
gOtherText_NewLine2:: @ 842CC28
.string "\n$"
gOtherText_CancelAndLv:: @ 842CC2A
.string "CANCEL$"
.string "LV$"
gEggNickname:: @ 842CC34
.string "EGG$"
gOtherText_HatchedFromEgg:: @ 842CC38
.string "{COLOR WHITE2}{HIGHLIGHT TRANSPARENT}{SHADOW DARK_GREY}{STR_VAR_1} hatched from the EGG!$"
gOtherText_NickHatchPrompt:: @ 842CC5A
.string "{COLOR WHITE2}{HIGHLIGHT TRANSPARENT}{SHADOW DARK_GREY}Would you like to nickname the newly\nhatched {STR_VAR_1}?$"
OtherText_Battle::
.string "BATTLE$"
OtherText_Contest::
.string "CONTEST$"
OtherText_Type::
.string "TYPE/$"
OtherText_PP::
.string "PP/$"
OtherText_Power::
.string "POWER$"
OtherText_Accuracy::
.string "ACCURACY$"
OtherText_Appeal::
.string "APPEAL$"
OtherText_Jam::
.string "JAM$"
gOtherText_TeachWhichMove:: @ 842CCC7
.string "Teach which move to {STR_VAR_1}?$"
gOtherText_TeachSpecificMove:: @ 842CCDF
.string "Teach {STR_VAR_2}?$"
gOtherText_PokeLearnedMove:: @ 842CCE9
.string "{STR_VAR_1} learned {STR_VAR_2}.$"
gOtherText_DeleteOlderMove:: @ 842CCF8
.string "{STR_VAR_1} is trying to learn\n{STR_VAR_2}.\pBut {STR_VAR_1} can’t learn more\nthan four moves.\pDelete an older move to make\nroom for {STR_VAR_2}?$"
gOtherText_StopLearningMove:: @ 842CD65
.string "Stop learning {STR_VAR_2}?$"
gOtherText_ForgotMove123:: @ 842CD77
.string "{PAUSE 32}1, {PAUSE 15}2 {PAUSE 15}...{PAUSE 15}...{PAUSE 15}...{PAUSE 15} {PLAY_SE 0x0038}Poof!\p$"
gOtherText_ForgotOrDidNotLearnMove:: @ 842CDA3
.string "{STR_VAR_1} forgot {STR_VAR_3}.\pAnd...\p{STR_VAR_1} learned {STR_VAR_2}.$"
.string "{STR_VAR_1} did not learn\n{STR_VAR_2}.$"
gOtherText_GiveUpTeachingMove:: @ 842CDDC
.string "Give up trying to teach a new move\nto {STR_VAR_1}?$"
gOtherText_WhichMoveToForget:: @ 842CE06
.string "Which move should be forgotten?\p$"
gSystemText_ClearAllSaveDataPrompt:: @ 842CE27
.string "Clear all save data areas?$"
gSystemText_ClearingData:: @ 842CE42
.string "Clearing data...\nPlease wait.$"
gContestText_AnnounceResults:: @ 842CE60
.string "Announcing the results!$"
gContestText_PreliminaryResults:: @ 842CE78
.string "The preliminary results!$"
gContestText_Round2Results:: @ 842CE91
.string "Round 2 results!$"
gContestText_PokeWon:: @ 842CEA2
.string "{STR_VAR_1}’s {STR_VAR_2} won!$"
gOtherText_LinkStandby:: @ 842CEAF
.string "Link standby...$"
@ 842CEBF
.include "data/text/landmarks.inc"
gOtherText_Terminator4:: @ 842D0E6
.string "$"
gOtherText_Nature:: @ 842D0E7
.string " nature, $"
gOtherText_Comma:: @ 842D0F1
.string ",$"
gOtherText_Met:: @ 842D0F3
.string " (met).$"
gOtherText_Egg2:: @ 842D0FB
.string " (EGG).$"
gOtherText_ObtainedInTrade:: @ 842D103
.string "obtained in a trade.$"
gOtherText_FatefulEncounter:: @ 842D118
.string "fateful encounter.$"
gOtherText_Met2:: @ 842D12B
.string " (met).$"
gOtherText_EggDayCare:: @ 842D133
.string "An odd POKéMON EGG found\nby the DAY CARE couple.$"
gOtherText_EggNicePlace:: @ 842D164
.string "A peculiar POKéMON EGG\nobtained at the nice place.$"
gOtherText_EggObtainedInTrade:: @ 842D197
.string "A peculiar POKéMON EGG\nobtained in a trade.$"
gOtherText_EggHotSprings:: @ 842D1C3
.string "A POKéMON EGG obtained\nat the hot springs.$"
gOtherText_LinkStandby2:: @ 842D1EE
.string "Link standby...$"
gOtherText_YesNoAndPlayer:: @ 842D1FE
.string "{COLOR DARK_GREY}{HIGHLIGHT WHITE2}{SHADOW LIGHT_GREY}YES\nNO$"
.string "{HIGHLIGHT TRANSPARENT}PLAYER$"
.string "{HIGHLIGHT TRANSPARENT}$"
gOtherText_HoennDex:: @ 842D21C
.string "HOENN$"
gOtherText_NationalDex:: @ 842D222
.string "NATIONAL$"
gOtherText_DiplomaCertificationGameFreak:: @ 842D22B
.string "{HIGHLIGHT TRANSPARENT}Player: {CLEAR 0x10}{COLOR RED}{PLAYER}\n\n{COLOR DARK_GREY}{STR_VAR_1} POKéDEX\nThis document certifies\nthat you have successfully\ncompleted your POKéDEX.\n\n{CLEAR_TO 0x42}{COLOR RED}GAME FREAK$"
.string "{COLOR RED}{HIGHLIGHT TRANSPARENT}GAME FREAK$"
gOtherText_PLink:: @ 842D2BC
.string "{STR_VAR_1}P LINK$"
gOtherText_YesNoTerminating:: @ 842D2C5
.string "YES\nNO$"
.string "Terminating.$"
gOtherText_LinkNotFound:: @ 842D2D9
.string "Link partner(s) not found.\nPlease try again.\p$"
gOtherText_BlenderChooseBerry:: @ 842D307
.string "Starting up the BERRY BLENDER.\pPlease select a BERRY from your BAG\nto put in the BERRY BLENDER.\p$"
gOtherText_PokeBlockMade:: @ 842D368
.string " was made!$"
gOtherText_PressAToStart:: @ 842D373
.string "Press the A Button to start.$"
gOtherText_PleaseWait:: @ 842D390
.string "Please wait a while.$"
gOtherText_LinkStandby3:: @ 842D3A5
.string "Link standby...$"
gOtherText_BlendAnotherBerryPrompt:: @ 842D3B5
.string "Would you like to blend another BERRY?$"
gOtherText_OutOfBerries:: @ 842D3DC
.string "You’ve run out of BERRIES for\nblending in the BERRY BLENDER.\p$"
gOtherText_CaseIsFull:: @ 842D41A
.string "Your {POKEBLOCK} CASE is full.\p$"
gOtherText_NoBerriesForBlend:: @ 842D434
.string " has no BERRIES to put in\nthe BERRY BLENDER.$"
gOtherText_OtherCaseIsFull:: @ 842D461
.string "’s {POKEBLOCK} CASE is full.\p$"
gOtherText_ResultsOfBlending:: @ 842D479
.string "RESULTS OF BLENDING$"
.string "BERRY USED$"
gOtherText_Berry:: @ 842D498
.string " BERRY$"
gOtherText_RequiredTime:: @ 842D49F
.string "REQUIRED TIME$"
gOtherText_Min:: @ 842D4AD
.string "MIN.$"
gOtherText_Sec:: @ 842D4B2
.string "SEC.$"
gOtherText_MaxSpeed:: @ 842D4B7
.string "MAXIMUM SPEED$"
gOtherText_RPM:: @ 842D4C5
.string "RPM$"
.string ".$"
gOtherText_Ranking:: @ 842D4CB
.string "RANKING$"
gOtherText_BlockLevelIs:: @ 842D4D3
.string "The level is $"
gOtherText_BlockFeelIs:: @ 842D4E1
.string ", and the feel is $"
gOtherText_Period:: @ 842D4F4
.string ".$"
gOtherText_Day:: @ 842D4F6
.string "DAY$"
.string ":$"
gOtherText_OK:: @ 842D4FC
.string "OK$"
gOtherText_CorrectTimePrompt:: @ 842D4FF
.string "Is this the correct time?$"
|