Skip to content

Commit fb2ac9e

Browse files
committed
Remaining map labels: UnknownText and MovementData
1 parent 2b40a1f commit fb2ac9e

7 files changed

+112
-112
lines changed

maps/BattleTower1F.asm

+40-40
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ BattleTower1FReceptionistScript:
6363
ifnotequal $0, Script_Menu_ChallengeExplanationCancel
6464
jump Script_BattleTowerIntroductionYesNo
6565

66-
Script_Menu_ChallengeExplanationCancel: ; 0x9e3fc
66+
Script_Menu_ChallengeExplanationCancel:
6767
writetext Text_WantToGoIntoABattleRoom
6868
writebyte TRUE
6969
special Menu_ChallengeExplanationCancel
7070
ifequal 1, Script_ChooseChallenge
7171
ifequal 2, Script_BattleTowerExplanation
7272
jump Script_BattleTowerHopeToServeYouAgain
7373

74-
Script_ChooseChallenge: ; 0x9e40f
74+
Script_ChooseChallenge:
7575
writebyte BATTLETOWERACTION_RESETDATA ; ResetBattleTowerTrainerSRAM
7676
special BattleTowerAction
7777
special CheckForBattleTowerRules
@@ -117,7 +117,7 @@ Script_WalkToBattleTowerElevator:
117117
warpcheck
118118
end
119119

120-
Script_GivePlayerHisPrize: ; 0x9e47a
120+
Script_GivePlayerHisPrize:
121121
writebyte BATTLETOWERACTION_1C
122122
special BattleTowerAction
123123
writebyte BATTLETOWERACTION_GIVEREWARD
@@ -131,17 +131,17 @@ Script_GivePlayerHisPrize: ; 0x9e47a
131131
closetext
132132
end
133133

134-
Script_YourPackIsStuffedFull: ; 0x9e498
134+
Script_YourPackIsStuffedFull:
135135
writetext Text_YourPackIsStuffedFull
136136
waitbutton
137137
closetext
138138
end
139139

140-
Script_BattleTowerIntroductionYesNo: ; 0x9e49e
140+
Script_BattleTowerIntroductionYesNo:
141141
writetext Text_WouldYouLikeToHearAboutTheBattleTower
142142
yesorno
143143
iffalse Script_BattleTowerSkipExplanation
144-
Script_BattleTowerExplanation: ; 0x9e4a5
144+
Script_BattleTowerExplanation:
145145
writetext Text_BattleTowerIntroduction_2
146146
Script_BattleTowerSkipExplanation:
147147
writebyte BATTLETOWERACTION_SET_EXPLANATION_READ
@@ -159,7 +159,7 @@ UnreferencedScript_0x9e4b6:
159159
closetext
160160
end
161161

162-
Script_WaitButton: ; 0x9e4bb
162+
Script_WaitButton:
163163
waitbutton
164164
closetext
165165
end
@@ -223,12 +223,12 @@ UnreferencedScript_0x9e53b:
223223
waitbutton
224224
jump Script_BattleTowerHopeToServeYouAgain
225225

226-
Script_AMonLevelExceeds: ; 0x9e542
226+
Script_AMonLevelExceeds:
227227
writetext Text_AMonLevelExceeds
228228
waitbutton
229229
jump Script_Menu_ChallengeExplanationCancel
230230

231-
Script_MayNotEnterABattleRoomUnderL70: ; 0x9e549
231+
Script_MayNotEnterABattleRoomUnderL70:
232232
writetext Text_MayNotEnterABattleRoomUnderL70
233233
waitbutton
234234
jump Script_Menu_ChallengeExplanationCancel
@@ -346,25 +346,25 @@ MovementData_BattleTowerBattleRoomPlayerTurnsToFaceNextOpponent:
346346
turn_head RIGHT
347347
step_end
348348

349-
Text_BattleTowerWelcomesYou: ; 0x9e5ab
349+
Text_BattleTowerWelcomesYou:
350350
text "BATTLE TOWER"
351351
line "welcomes you!"
352352

353353
para "I could show you"
354354
line "to a BATTLE ROOM."
355355
done
356356

357-
Text_WantToGoIntoABattleRoom: ; 0x9e5ea
357+
Text_WantToGoIntoABattleRoom:
358358
text "Want to go into a"
359359
line "BATTLE ROOM?"
360360
done
361361

362-
Text_RightThisWayToYourBattleRoom: ; 0x9e60a
362+
Text_RightThisWayToYourBattleRoom:
363363
text "Right this way to"
364364
line "your BATTLE ROOM."
365365
done
366366

367-
Text_BattleTowerIntroduction_1: ; 0x9e62f
367+
Text_BattleTowerIntroduction_1:
368368
text "BATTLE TOWER is a"
369369
line "facility made for"
370370
cont "#MON battles."
@@ -424,7 +424,7 @@ Text_BattleTowerIntroduction_1: ; 0x9e62f
424424
para ""
425425
done
426426

427-
Text_BattleTowerIntroduction_2: ; 0x9e886
427+
Text_BattleTowerIntroduction_2:
428428
text "BATTLE TOWER is a"
429429
line "facility made for"
430430
cont "#MON battles."
@@ -460,26 +460,26 @@ Text_BattleTowerIntroduction_2: ; 0x9e886
460460
para ""
461461
done
462462

463-
Text_ReceivedAListOfLeadersOnTheHonorRoll: ; 0x9e9eb
463+
Text_ReceivedAListOfLeadersOnTheHonorRoll:
464464
text "Received a list of"
465465
line "LEADERS on the"
466466
cont "HONOR ROLL."
467467

468468
para ""
469469
done
470470

471-
Text_PleaseConfirmOnThisMonitor: ; 0x9ea1b
471+
Text_PleaseConfirmOnThisMonitor:
472472
text "Please confirm on"
473473
line "this monitor."
474474
done
475475

476-
Text_ThankYou: ; 0x9ea3c
476+
Text_ThankYou:
477477
text "Thank you!"
478478

479479
para ""
480480
done
481481

482-
Text_ThanksForVisiting: ; 0x9ea49
482+
Text_ThanksForVisiting:
483483
text "Thanks for"
484484
line "visiting!"
485485
done
@@ -502,7 +502,7 @@ Text_BeatenAllTheTrainers_Mobile:
502502
para ""
503503
done
504504

505-
Text_CongratulationsYouveBeatenAllTheTrainers: ; 0x9eaef
505+
Text_CongratulationsYouveBeatenAllTheTrainers:
506506
text "Congratulations!"
507507

508508
para "You've beaten all"
@@ -522,7 +522,7 @@ Text_AskRegisterRecord_Mobile:
522522
line "CENTER?"
523523
done
524524

525-
Text_PlayerGotFive: ; 0x9eb7e
525+
Text_PlayerGotFive:
526526
text "<PLAYER> got five"
527527
line "@"
528528
text_from_ram wStringBuffer4
@@ -531,32 +531,32 @@ Text_PlayerGotFive: ; 0x9eb7e
531531
text_waitbutton
532532
db "@"
533533

534-
Text_YourPackIsStuffedFull: ; 0x9eb94
534+
Text_YourPackIsStuffedFull:
535535
text "Oops, your PACK is"
536536
line "stuffed full."
537537

538538
para "Please make room"
539539
line "and come back."
540540
done
541541

542-
Text_YourRegistrationIsComplete: ; 0x9ebd6
542+
Text_YourRegistrationIsComplete:
543543
text "Your registration"
544544
line "is complete."
545545

546546
para "Please come again!"
547547
done
548548

549-
Text_WeHopeToServeYouAgain: ; 0x9ec09
549+
Text_WeHopeToServeYouAgain:
550550
text "We hope to serve"
551551
line "you again."
552552
done
553553

554-
Text_PleaseStepThisWay: ; 0x9ec26
554+
Text_PleaseStepThisWay:
555555
text "Please step this"
556556
line "way."
557557
done
558558

559-
Text_WouldYouLikeToHearAboutTheBattleTower: ; 0x9ec3d
559+
Text_WouldYouLikeToHearAboutTheBattleTower:
560560
text "Would you like to"
561561
line "hear about the"
562562
cont "BATTLE TOWER?"
@@ -582,19 +582,19 @@ Text_CantBeRegistered_PreviousRecordDeleted:
582582
cont "deleted. OK?"
583583
done
584584

585-
Text_CheckTheLeaderHonorRoll: ; 0x9ed1e
585+
Text_CheckTheLeaderHonorRoll:
586586
text "Check the LEADER"
587587
line "HONOR ROLL?"
588588
done
589589

590-
Text_ReadBattleTowerRules: ; 0x9ed3c
590+
Text_ReadBattleTowerRules:
591591
text "BATTLE TOWER rules"
592592
line "are written here."
593593

594594
para "Read the rules?"
595595
done
596596

597-
Text_BattleTowerRules: ; 0x9ed72
597+
Text_BattleTowerRules:
598598
text "Three #MON may"
599599
line "enter battles."
600600

@@ -626,13 +626,13 @@ Text_BattleTower_LeftWithoutSaving:
626626
line "invalid."
627627
done
628628

629-
Text_YourMonWillBeHealedToFullHealth: ; 0x9ee92
629+
Text_YourMonWillBeHealedToFullHealth:
630630
text "Your #MON will"
631631
line "be healed to full"
632632
cont "health."
633633
done
634634

635-
Text_NextUpOpponentNo: ; 0x9eebc
635+
Text_NextUpOpponentNo:
636636
text "Next up, opponent"
637637
line "no.@"
638638
text_from_ram wStringBuffer3
@@ -647,15 +647,15 @@ Text_SaveBeforeConnecting_Mobile:
647647
line "the CENTER."
648648
done
649649

650-
Text_SaveBeforeEnteringBattleRoom: ; 0x9ef1f
650+
Text_SaveBeforeEnteringBattleRoom:
651651
text "Before entering"
652652
line "the BATTLE ROOM,"
653653

654654
para "your progress will"
655655
line "be saved."
656656
done
657657

658-
Text_SaveAndEndTheSession: ; 0x9ef5e
658+
Text_SaveAndEndTheSession:
659659
text "SAVE and end the"
660660
line "session?"
661661
done
@@ -668,7 +668,7 @@ Text_SaveBeforeReentry:
668668
line "the previous ROOM."
669669
done
670670

671-
Text_CancelYourBattleRoomChallenge: ; 0x9efbf
671+
Text_CancelYourBattleRoomChallenge:
672672
text "Cancel your BATTLE"
673673
line "ROOM challenge?"
674674
done
@@ -699,7 +699,7 @@ Text_FiveDayBattleLimit_Mobile:
699699
line "tomorrow."
700700
done
701701

702-
Text_TooMuchTimeElapsedNoRegister: ; 0x9f0c1
702+
Text_TooMuchTimeElapsedNoRegister:
703703
text "Sorry, but it's"
704704
line "not possible to"
705705

@@ -730,15 +730,15 @@ Text_RegisterRecordTimedOut_Mobile:
730730
cont "challenge."
731731
done
732732

733-
Text_AMonLevelExceeds: ; 0x9f1e5
733+
Text_AMonLevelExceeds:
734734
text "One or more of"
735735
line "your #MON's"
736736
cont "levels exceeds @"
737737
deciram wScriptVar, 1, 3
738738
text "."
739739
done
740740

741-
Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217
741+
Text_MayNotEnterABattleRoomUnderL70:
742742
text_from_ram wcd49
743743
text " may not"
744744
line "enter a BATTLE"
@@ -750,23 +750,23 @@ Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217
750750
text "."
751751
done
752752

753-
Text_BattleTowerYoungster: ; 0x9f264
753+
Text_BattleTowerYoungster:
754754
text "Destroyed by the"
755755
line "first opponent in"
756756

757757
para "no time at all…"
758758
line "I'm no good…"
759759
done
760760

761-
Text_BattleTowerCooltrainerF: ; 0x9f2a4
761+
Text_BattleTowerCooltrainerF:
762762
text "There are lots of"
763763
line "BATTLE ROOMS, but"
764764

765765
para "I'm going to win"
766766
line "them all!"
767767
done
768768

769-
Text_BattleTowerGranny: ; 0x9f2e3
769+
Text_BattleTowerGranny:
770770
text "It's a grueling"
771771
line "task, not being"
772772

@@ -780,7 +780,7 @@ Text_BattleTowerGranny: ; 0x9f2e3
780780
line "winning battles."
781781
done
782782

783-
Text_BattleTowerBugCatcher: ; 0x9f35b
783+
Text_BattleTowerBugCatcher:
784784
text "I'm trying to see"
785785
line "how far I can go"
786786

maps/BattleTowerBattleRoom.asm

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ BattleTowerBattleRoom_MapScripts:
99

1010
db 0 ; callbacks
1111

12-
.EnterBattleRoom: ; 0x9f419
12+
.EnterBattleRoom:
1313
disappear BATTLETOWERBATTLEROOM_YOUNGSTER
1414
priorityjump Script_BattleRoom
1515
setscene SCENE_FINISHED
1616
.DummyScene:
1717
end
1818

19-
Script_BattleRoom: ; 0x9f421
19+
Script_BattleRoom:
2020
applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerWalksIn
2121
; beat all 7 opponents in a row
22-
Script_BattleRoomLoop: ; 0x9f425
22+
Script_BattleRoomLoop:
2323
writebyte BATTLETOWERBATTLEROOM_YOUNGSTER
2424
special LoadOpponentTrainerAndPokemonWithOTSprite
2525
appear BATTLETOWERBATTLEROOM_YOUNGSTER
@@ -55,13 +55,13 @@ Script_BattleRoomLoop: ; 0x9f425
5555
writetext Text_NextUpOpponentNo
5656
yesorno
5757
iffalse Script_DontBattleNextOpponent
58-
Script_ContinueAndBattleNextOpponent: ; 0x9f477
58+
Script_ContinueAndBattleNextOpponent:
5959
closetext
6060
applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerTurnsToFaceNextOpponent
6161
applymovement BATTLETOWERBATTLEROOM_RECEPTIONIST, MovementData_BattleTowerBattleRoomReceptionistWalksAway
6262
jump Script_BattleRoomLoop
6363

64-
Script_DontBattleNextOpponent: ; 0x9f483
64+
Script_DontBattleNextOpponent:
6565
writetext Text_SaveAndEndTheSession
6666
yesorno
6767
iffalse Script_DontSaveAndEndTheSession
@@ -75,7 +75,7 @@ Script_DontBattleNextOpponent: ; 0x9f483
7575
waitsfx
7676
special FadeOutPalettes
7777
special Reset
78-
Script_DontSaveAndEndTheSession: ; 0x9f4a3
78+
Script_DontSaveAndEndTheSession:
7979
writetext Text_CancelYourBattleRoomChallenge
8080
yesorno
8181
iffalse Script_ContinueAndBattleNextOpponent
@@ -101,7 +101,7 @@ Script_FailedBattleTowerChallenge:
101101
closetext
102102
end
103103

104-
Script_BeatenAllTrainers: ; 0x9f4d9
104+
Script_BeatenAllTrainers:
105105
pause 60
106106
special BattleTowerFade
107107
warpfacing UP, BATTLE_TOWER_1F, 7, 7

0 commit comments

Comments
 (0)