@@ -63,15 +63,15 @@ BattleTower1FReceptionistScript:
63
63
ifnotequal $ 0 , Script_Menu_ChallengeExplanationCancel
64
64
jump Script_BattleTowerIntroductionYesNo
65
65
66
- Script_Menu_ChallengeExplanationCancel: ; 0x9e3fc
66
+ Script_Menu_ChallengeExplanationCancel:
67
67
writetext Text_WantToGoIntoABattleRoom
68
68
writebyte TRUE
69
69
special Menu_ChallengeExplanationCancel
70
70
ifequal 1 , Script_ChooseChallenge
71
71
ifequal 2 , Script_BattleTowerExplanation
72
72
jump Script_BattleTowerHopeToServeYouAgain
73
73
74
- Script_ChooseChallenge: ; 0x9e40f
74
+ Script_ChooseChallenge:
75
75
writebyte BATTLETOWERACTION_RESETDATA ; ResetBattleTowerTrainerSRAM
76
76
special BattleTowerAction
77
77
special CheckForBattleTowerRules
@@ -117,7 +117,7 @@ Script_WalkToBattleTowerElevator:
117
117
warpcheck
118
118
end
119
119
120
- Script_GivePlayerHisPrize: ; 0x9e47a
120
+ Script_GivePlayerHisPrize:
121
121
writebyte BATTLETOWERACTION_1C
122
122
special BattleTowerAction
123
123
writebyte BATTLETOWERACTION_GIVEREWARD
@@ -131,17 +131,17 @@ Script_GivePlayerHisPrize: ; 0x9e47a
131
131
closetext
132
132
end
133
133
134
- Script_YourPackIsStuffedFull: ; 0x9e498
134
+ Script_YourPackIsStuffedFull:
135
135
writetext Text_YourPackIsStuffedFull
136
136
waitbutton
137
137
closetext
138
138
end
139
139
140
- Script_BattleTowerIntroductionYesNo: ; 0x9e49e
140
+ Script_BattleTowerIntroductionYesNo:
141
141
writetext Text_WouldYouLikeToHearAboutTheBattleTower
142
142
yesorno
143
143
iffalse Script_BattleTowerSkipExplanation
144
- Script_BattleTowerExplanation: ; 0x9e4a5
144
+ Script_BattleTowerExplanation:
145
145
writetext Text_BattleTowerIntroduction_2
146
146
Script_BattleTowerSkipExplanation:
147
147
writebyte BATTLETOWERACTION_SET_EXPLANATION_READ
@@ -159,7 +159,7 @@ UnreferencedScript_0x9e4b6:
159
159
closetext
160
160
end
161
161
162
- Script_WaitButton: ; 0x9e4bb
162
+ Script_WaitButton:
163
163
waitbutton
164
164
closetext
165
165
end
@@ -223,12 +223,12 @@ UnreferencedScript_0x9e53b:
223
223
waitbutton
224
224
jump Script_BattleTowerHopeToServeYouAgain
225
225
226
- Script_AMonLevelExceeds: ; 0x9e542
226
+ Script_AMonLevelExceeds:
227
227
writetext Text_AMonLevelExceeds
228
228
waitbutton
229
229
jump Script_Menu_ChallengeExplanationCancel
230
230
231
- Script_MayNotEnterABattleRoomUnderL70: ; 0x9e549
231
+ Script_MayNotEnterABattleRoomUnderL70:
232
232
writetext Text_MayNotEnterABattleRoomUnderL70
233
233
waitbutton
234
234
jump Script_Menu_ChallengeExplanationCancel
@@ -346,25 +346,25 @@ MovementData_BattleTowerBattleRoomPlayerTurnsToFaceNextOpponent:
346
346
turn_head RIGHT
347
347
step_end
348
348
349
- Text_BattleTowerWelcomesYou: ; 0x9e5ab
349
+ Text_BattleTowerWelcomesYou:
350
350
text "BATTLE TOWER"
351
351
line "welcomes you!"
352
352
353
353
para "I could show you"
354
354
line "to a BATTLE ROOM."
355
355
done
356
356
357
- Text_WantToGoIntoABattleRoom: ; 0x9e5ea
357
+ Text_WantToGoIntoABattleRoom:
358
358
text "Want to go into a"
359
359
line "BATTLE ROOM?"
360
360
done
361
361
362
- Text_RightThisWayToYourBattleRoom: ; 0x9e60a
362
+ Text_RightThisWayToYourBattleRoom:
363
363
text "Right this way to"
364
364
line "your BATTLE ROOM."
365
365
done
366
366
367
- Text_BattleTowerIntroduction_1: ; 0x9e62f
367
+ Text_BattleTowerIntroduction_1:
368
368
text "BATTLE TOWER is a"
369
369
line "facility made for"
370
370
cont "#MON battles."
@@ -424,7 +424,7 @@ Text_BattleTowerIntroduction_1: ; 0x9e62f
424
424
para ""
425
425
done
426
426
427
- Text_BattleTowerIntroduction_2: ; 0x9e886
427
+ Text_BattleTowerIntroduction_2:
428
428
text "BATTLE TOWER is a"
429
429
line "facility made for"
430
430
cont "#MON battles."
@@ -460,26 +460,26 @@ Text_BattleTowerIntroduction_2: ; 0x9e886
460
460
para ""
461
461
done
462
462
463
- Text_ReceivedAListOfLeadersOnTheHonorRoll: ; 0x9e9eb
463
+ Text_ReceivedAListOfLeadersOnTheHonorRoll:
464
464
text "Received a list of"
465
465
line "LEADERS on the"
466
466
cont "HONOR ROLL."
467
467
468
468
para ""
469
469
done
470
470
471
- Text_PleaseConfirmOnThisMonitor: ; 0x9ea1b
471
+ Text_PleaseConfirmOnThisMonitor:
472
472
text "Please confirm on"
473
473
line "this monitor."
474
474
done
475
475
476
- Text_ThankYou: ; 0x9ea3c
476
+ Text_ThankYou:
477
477
text "Thank you!"
478
478
479
479
para ""
480
480
done
481
481
482
- Text_ThanksForVisiting: ; 0x9ea49
482
+ Text_ThanksForVisiting:
483
483
text "Thanks for"
484
484
line "visiting!"
485
485
done
@@ -502,7 +502,7 @@ Text_BeatenAllTheTrainers_Mobile:
502
502
para ""
503
503
done
504
504
505
- Text_CongratulationsYouveBeatenAllTheTrainers: ; 0x9eaef
505
+ Text_CongratulationsYouveBeatenAllTheTrainers:
506
506
text "Congratulations!"
507
507
508
508
para "You' ve beaten all"
@@ -522,7 +522,7 @@ Text_AskRegisterRecord_Mobile:
522
522
line "CENTER?"
523
523
done
524
524
525
- Text_PlayerGotFive: ; 0x9eb7e
525
+ Text_PlayerGotFive:
526
526
text "<PLAYER> got five"
527
527
line "@"
528
528
text_from_ram wStringBuffer4
@@ -531,32 +531,32 @@ Text_PlayerGotFive: ; 0x9eb7e
531
531
text_waitbutton
532
532
db "@"
533
533
534
- Text_YourPackIsStuffedFull: ; 0x9eb94
534
+ Text_YourPackIsStuffedFull:
535
535
text "Oops, your PACK is"
536
536
line "stuffed full."
537
537
538
538
para "Please make room"
539
539
line "and come back."
540
540
done
541
541
542
- Text_YourRegistrationIsComplete: ; 0x9ebd6
542
+ Text_YourRegistrationIsComplete:
543
543
text "Your registration"
544
544
line "is complete."
545
545
546
546
para "Please come again!"
547
547
done
548
548
549
- Text_WeHopeToServeYouAgain: ; 0x9ec09
549
+ Text_WeHopeToServeYouAgain:
550
550
text "We hope to serve"
551
551
line "you again."
552
552
done
553
553
554
- Text_PleaseStepThisWay: ; 0x9ec26
554
+ Text_PleaseStepThisWay:
555
555
text "Please step this"
556
556
line "way."
557
557
done
558
558
559
- Text_WouldYouLikeToHearAboutTheBattleTower: ; 0x9ec3d
559
+ Text_WouldYouLikeToHearAboutTheBattleTower:
560
560
text "Would you like to"
561
561
line "hear about the"
562
562
cont "BATTLE TOWER?"
@@ -582,19 +582,19 @@ Text_CantBeRegistered_PreviousRecordDeleted:
582
582
cont "deleted. OK?"
583
583
done
584
584
585
- Text_CheckTheLeaderHonorRoll: ; 0x9ed1e
585
+ Text_CheckTheLeaderHonorRoll:
586
586
text "Check the LEADER"
587
587
line "HONOR ROLL?"
588
588
done
589
589
590
- Text_ReadBattleTowerRules: ; 0x9ed3c
590
+ Text_ReadBattleTowerRules:
591
591
text "BATTLE TOWER rules"
592
592
line "are written here."
593
593
594
594
para "Read the rules?"
595
595
done
596
596
597
- Text_BattleTowerRules: ; 0x9ed72
597
+ Text_BattleTowerRules:
598
598
text "Three #MON may"
599
599
line "enter battles."
600
600
@@ -626,13 +626,13 @@ Text_BattleTower_LeftWithoutSaving:
626
626
line "invalid."
627
627
done
628
628
629
- Text_YourMonWillBeHealedToFullHealth: ; 0x9ee92
629
+ Text_YourMonWillBeHealedToFullHealth:
630
630
text "Your #MON will"
631
631
line "be healed to full"
632
632
cont "health."
633
633
done
634
634
635
- Text_NextUpOpponentNo: ; 0x9eebc
635
+ Text_NextUpOpponentNo:
636
636
text "Next up, opponent"
637
637
line "no.@"
638
638
text_from_ram wStringBuffer3
@@ -647,15 +647,15 @@ Text_SaveBeforeConnecting_Mobile:
647
647
line "the CENTER."
648
648
done
649
649
650
- Text_SaveBeforeEnteringBattleRoom: ; 0x9ef1f
650
+ Text_SaveBeforeEnteringBattleRoom:
651
651
text "Before entering"
652
652
line "the BATTLE ROOM,"
653
653
654
654
para "your progress will"
655
655
line "be saved."
656
656
done
657
657
658
- Text_SaveAndEndTheSession: ; 0x9ef5e
658
+ Text_SaveAndEndTheSession:
659
659
text "SAVE and end the"
660
660
line "session?"
661
661
done
@@ -668,7 +668,7 @@ Text_SaveBeforeReentry:
668
668
line "the previous ROOM."
669
669
done
670
670
671
- Text_CancelYourBattleRoomChallenge: ; 0x9efbf
671
+ Text_CancelYourBattleRoomChallenge:
672
672
text "Cancel your BATTLE"
673
673
line "ROOM challenge?"
674
674
done
@@ -699,7 +699,7 @@ Text_FiveDayBattleLimit_Mobile:
699
699
line "tomorrow."
700
700
done
701
701
702
- Text_TooMuchTimeElapsedNoRegister: ; 0x9f0c1
702
+ Text_TooMuchTimeElapsedNoRegister:
703
703
text "Sorry, but it' s"
704
704
line "not possible to"
705
705
@@ -730,15 +730,15 @@ Text_RegisterRecordTimedOut_Mobile:
730
730
cont "challenge."
731
731
done
732
732
733
- Text_AMonLevelExceeds: ; 0x9f1e5
733
+ Text_AMonLevelExceeds:
734
734
text "One or more of"
735
735
line "your #MON' s"
736
736
cont "levels exceeds @"
737
737
deciram wScriptVar , 1 , 3
738
738
text "."
739
739
done
740
740
741
- Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217
741
+ Text_MayNotEnterABattleRoomUnderL70:
742
742
text_from_ram wcd49
743
743
text " may not"
744
744
line "enter a BATTLE"
@@ -750,23 +750,23 @@ Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217
750
750
text "."
751
751
done
752
752
753
- Text_BattleTowerYoungster: ; 0x9f264
753
+ Text_BattleTowerYoungster:
754
754
text "Destroyed by the"
755
755
line "first opponent in"
756
756
757
757
para "no time at all…"
758
758
line "I' m no good…"
759
759
done
760
760
761
- Text_BattleTowerCooltrainerF: ; 0x9f2a4
761
+ Text_BattleTowerCooltrainerF:
762
762
text "There are lots of"
763
763
line "BATTLE ROOMS, but"
764
764
765
765
para "I' m going to win"
766
766
line "them all!"
767
767
done
768
768
769
- Text_BattleTowerGranny: ; 0x9f2e3
769
+ Text_BattleTowerGranny:
770
770
text "It' s a grueling"
771
771
line "task, not being"
772
772
@@ -780,7 +780,7 @@ Text_BattleTowerGranny: ; 0x9f2e3
780
780
line "winning battles."
781
781
done
782
782
783
- Text_BattleTowerBugCatcher: ; 0x9f35b
783
+ Text_BattleTowerBugCatcher:
784
784
text "I' m trying to see"
785
785
line "how far I can go"
786
786
0 commit comments