Extract more baseroms from maps

This commit is contained in:
Diegoisawesome
2017-11-10 02:24:21 -06:00
parent 29079c4b99
commit de8a058714
47 changed files with 552 additions and 192 deletions

View File

@@ -1251,7 +1251,15 @@ BattleFrontier_BattleDomeBattleRoom_Text_24D54D: @ 824D54D
.string "I will very much look forward to\n"
.string "our next encounter!$"
.incbin "baserom.gba", 0x24d5f5, 0x82
BattleFrontier_BattleDomeBattleRoom_Text_24D5F5: @ 824D5F5
.string "{PLAYER} is the Level 50\n"
.string "Battle Tournament Champion!\p"
.string "Congratulations!$"
BattleFrontier_BattleDomeBattleRoom_Text_24D635: @ 824D635
.string "{PLAYER} is the Open Level\n"
.string "Battle Tournament Champion!\p"
.string "Congratulations!$"
BattleFrontier_BattleDomeBattleRoom_Text_24D677: @ 824D677
.string "The final match!\p"

View File

@@ -622,7 +622,10 @@ VerdanturfTown_BattleTentLobby_Text_24A554: @ 824A554
.string "{PLAYER} received the prize\n"
.string "{STR_VAR_1}.$"
.incbin "baserom.gba", 0x24a56e, 0x51
VerdanturfTown_BattleTentLobby_Text_24A56E: @ 824A56E
.string "Oh, your BAG appears to be full.\p"
.string "Please make room in your BAG, then come\n"
.string "see me.$"
BattleFrontier_BattleDomeLobby_Text_24A5BF: @ 824A5BF
.string "Thank you for playing!$"

View File

@@ -569,7 +569,9 @@ VerdanturfTown_BattleTentLobby_Text_24E636: @ 824E636
.string "As a result, your challenge has been\n"
.string "disqualified. It is most unfortunate.$"
.incbin "baserom.gba", 0x24e6c9, 0x1a
BattleFrontier_BattlePalaceLobby_Text_24E6C9: @ 824E6C9
.string "{PLAYER} received the prize\n"
.string "{STR_VAR_1}.$"
BattleFrontier_BattlePalaceLobby_Text_24E6E3: @ 824E6E3
.string "For a hardy fellow like me,\n"

View File

@@ -124,11 +124,36 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252BD5:: @ 8252BD5
special sub_81A8E7C
return
gUnknown_08252BE8:: @ 8252BE8
.incbin "baserom.gba", 0x252be8, 0x67
BattleFrontier_BattlePyramidEmptySquare_EventScript_252BE8:: @ 8252BE8
call BattleFrontier_BattlePalaceBattleRoom_EventScript_241EBA
setvar VAR_0x8004, 1
setvar VAR_0x8005, 2
special sub_81A1780
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 2
copyvar VAR_0x8006, VAR_RESULT
special sub_81A1780
compare_var_to_value VAR_RESULT, 7
goto_eq BattleFrontier_BattlePyramidEmptySquare_EventScript_252C45
setvar VAR_0x8004, 6
special sub_81A8E7C
setvar VAR_0x8004, 2
setvar VAR_0x8005, 0
setvar VAR_0x8006, 0
special sub_81A1780
setvar VAR_RESULT, 0
warp BATTLE_FRONTIER_BATTLE_PYRAMID_EMPTY_SQUARE, 255, 1, 1
waitstate
end
gUnknown_08252C4F:: @ 8252C4F
trainerbattle 9, TRAINER_PHILLIP, 0, BattlePyramidSquare01_Text_252C8D, BattlePyramidSquare01_Text_252C8D
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C45:: @ 8252C45
warp BATTLE_FRONTIER_BATTLE_PYRAMID_TOP, 255, 17, 17
waitstate
end
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F:: @ 8252C4F
trainerbattle 9, TRAINER_PHILLIP, 0, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D
setvar VAR_0x8004, 10
special sub_81A8E7C
waitmessage
@@ -137,26 +162,28 @@ gUnknown_08252C4F:: @ 8252C4F
releaseall
end
gUnknown_08252C6A:: @ 8252C6A
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C6A:: @ 8252C6A
setvar VAR_0x8004, 7
special sub_81A8E7C
callstd 1
compare_var_to_value VAR_0x8007, 0
goto_eq BattlePyramidSquare01_EventScript_252C87
goto_eq BattleFrontier_BattlePyramidEmptySquare_EventScript_252C87
setvar VAR_0x8004, 8
special sub_81A8E7C
BattlePyramidSquare01_EventScript_252C87:: @ 8252C87
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C87:: @ 8252C87
end
gUnknown_08252C88:: @ 8252C88
.incbin "baserom.gba", 0x252c88, 0x5
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C88:: @ 8252C88
goto BattleFrontier_BattlePyramidTop_EventScript_252B42
BattlePyramidSquare01_Text_252C8D: @ 8252C8D
BattleFrontier_BattlePyramidEmptySquare_Text_252C8D: @ 8252C8D
.string "This is a sample message.$"
gUnknown_08252CA7:: @ 8252CA7
.incbin "baserom.gba", 0x252ca7, 0x54
BattleFrontier_BattlePyramidEmptySquare_Text_252CA7:: @ 8252CA7
.string "Your BATTLE PYRAMID quest will be\n"
.string "saved so that you may quit for now.\l"
.string "Is that okay?$"
gUnknown_08252CFB:: @ 8252CFB
.incbin "baserom.gba", 0x252cfb, 0x23a6

View File

@@ -534,5 +534,7 @@ BattleFrontier_BattleTowerBattleRoom2_Text_24975D: @ 824975D
gText_LinkStandby3:: @ 824978D
.string "Link standby…$"
gUnknown_0824979B:: @ 824979B
.incbin "baserom.gba", 0x24979b, 0x47
gText_YourPartnerHasRetired:: @ 824979B
.string "Your partner has retired.\p"
.string "Your BATTLE ROOM challenge\n"
.string "will be canceled.$"

View File

@@ -114,8 +114,41 @@ BattleFrontier_OutsideEast_EventScript_242CEA:: @ 8242CEA
release
end
gUnknown_08242CFC:: @ 8242CFC
.incbin "baserom.gba", 0x242cfc, 0x6d
BattleFrontier_OutsideEast_EventScript_242CFC:: @ 8242CFC
lock
faceplayer
special sub_80FAFF8
waitstate
waitse
playse 269
applymovement 14, BattleFrontier_OutsideEast_Movement_242D69
waitmovement 0
msgbox gUnknown_082731BD, 4
closemessage
waitse
playmoncry SPECIES_SUDOWOODO, 2
delay 40
waitmoncry
setvar VAR_LAST_TALKED, 14
setwildbattle SPECIES_SUDOWOODO, 40, ITEM_NONE
setflag FLAG_SYS_CTRL_OBJ_DELETE
dowildbattle
clearflag FLAG_SYS_CTRL_OBJ_DELETE
specialvar VAR_RESULT, sub_8138B80
compare_var_to_value VAR_RESULT, 1
goto_eq BattleFrontier_OutsideEast_EventScript_242D60
compare_var_to_value VAR_RESULT, 4
goto_eq BattleFrontier_OutsideEast_EventScript_242D60
compare_var_to_value VAR_RESULT, 5
goto_eq BattleFrontier_OutsideEast_EventScript_242D60
setflag FLAG_0x1C6
release
end
BattleFrontier_OutsideEast_EventScript_242D60:: @ 8242D60
setflag FLAG_0x1C6
goto IslandCave_EventScript_27376D
end
BattleFrontier_OutsideEast_Movement_242D69: @ 8242D69
step_03

View File

@@ -192,5 +192,16 @@ FarawayIsland_Interior_EventScript_267ED0:: @ 8267ED0
waitmovement 0
return
gUnknown_08267EDB:: @ 8267EDB
.incbin "baserom.gba", 0x267edb, 0x3a
FarawayIsland_Interior_EventScript_267EDB:: @ 8267EDB
lockall
fadescreenswapbuffers 1
setflag FLAG_0x2CE
removeobject 1
fadescreenswapbuffers 0
msgbox FarawayIsland_Interior_Text_267EF1, 4
closemessage
releaseall
end
FarawayIsland_Interior_Text_267EF1: @ 8267EF1
.string "The feeling of being watched faded…$"

View File

@@ -41,8 +41,17 @@ IslandCave_EventScript_238EAB:: @ 8238EAB
clearflag FLAG_0x3A8
return
gUnknown_08238EAF:: @ 8238EAF
.incbin "baserom.gba", 0x238eaf, 0x40
IslandCave_EventScript_238EAF:: @ 8238EAF
setmetatile 7, 19, 554, 1
setmetatile 8, 19, 555, 1
setmetatile 9, 19, 556, 1
setmetatile 7, 20, 562, 1
setmetatile 8, 20, 563, 0
setmetatile 9, 20, 564, 1
special DrawWholeMapView
playse SE_BAN
setflag FLAG_SYS_BRAILLE_WAIT
end
IslandCave_EventScript_238EEF:: @ 8238EEF
lockall

View File

@@ -386,7 +386,19 @@ LittlerootTown_BrendansHouse_1F_Text_1F7EC6: @ 81F7EC6
.string "INTERVIEWER: …We brought you this\n"
.string "report from in front of PETALBURG GYM.$"
.incbin "baserom.gba", 0x1f7f0f, 0xff
LittlerootTown_BrendansHouse_1F_Text_1F7F0F: @ 81F7F0F
.string "There is a movie on TV.\p"
.string "Two men are dancing on a big piano\n"
.string "keyboard.\p"
.string "Better get going!$"
LittlerootTown_BrendansHouse_1F_Text_1F7F66: @ 81F7F66
.string "Its the instruction booklet for the\n"
.string "RUNNING SHOES.\p"
.string "“Press the B Button to run while\n"
.string "wearing your RUNNING SHOES.\p"
.string "“Lace up your RUNNING SHOES and hit\n"
.string "the road running!”$"
LittlerootTown_BrendansHouse_1F_Text_1F800E: @ 81F800E
.string "DAD: Hm?\p"

View File

@@ -264,8 +264,12 @@ LittlerootTown_BrendansHouse_2F_EventScript_1F8626:: @ 81F8626
releaseall
end
gUnknown_081F863F:: @ 81F863F
.incbin "baserom.gba", 0x1f863f, 0xd
LittlerootTown_BrendansHouse_2F_EventScript_1F863F:: @ 81F863F
setvar VAR_0x8004, 1
playse SE_PC_OFF
special sub_8138E20
releaseall
end
LittlerootTown_BrendansHouse_2F_EventScript_1F864C:: @ 81F864C
msgbox gUnknown_08272CD5, 4
@@ -304,7 +308,9 @@ LittlerootTown_BrendansHouse_2F_Text_1F877F: @ 81F877F
.string "Record your progress with SAVE.\p"
.string "The remaining pages are blank…$"
.incbin "baserom.gba", 0x1f8820, 0x2f
LittlerootTown_BrendansHouse_2F_Text_1F8820: @ 81F8820
.string "{PLAYER} took a closer look at the\n"
.string "HOENN region map.$"
LittlerootTown_BrendansHouse_2F_Text_1F884F: @ 81F884F
.string "Its a Nintendo GameCube.\p"

View File

@@ -325,9 +325,12 @@ LittlerootTown_MaysHouse_2F_EventScript_1F9576:: @ 81F9576
releaseall
end
gUnknown_081F958F:: @ 81F958F
.incbin "baserom.gba", 0x1f958f, 0xd
LittlerootTown_MaysHouse_2F_EventScript_1F958F:: @ 81F958F
setvar VAR_0x8004, 2
playse SE_PC_OFF
special sub_8138E20
releaseall
end
LittlerootTown_MaysHouse_2F_Text_1F959C: @ 81F959C
.string "Huh?\n"

View File

@@ -687,8 +687,13 @@ LittlerootTown_ProfessorBirchsLab_EventScript_1FA4CD:: @ 81FA4CD
msgbox LittlerootTown_ProfessorBirchsLab_Text_1FB148, 3
end
gUnknown_081FA4D6:: @ 81FA4D6
.incbin "baserom.gba", 0x1fa4d6, 0xc
LittlerootTown_ProfessorBirchsLab_EventScript_1FA4D6:: @ 81FA4D6
lockall
pokenavcall LittlerootTown_ProfessorBirchsLab_Text_1FBD1A
waitmessage
clearflag FLAG_0x072
releaseall
end
LittlerootTown_ProfessorBirchsLab_Text_1FA4E2: @ 81FA4E2
.string "Hunh? PROF. BIRCH?\p"
@@ -954,13 +959,17 @@ LittlerootTown_ProfessorBirchsLab_Text_1FB959: @ 81FB959
.string "you decide.\p"
.string "Theyre all invaluable POKéMON.$"
.incbin "baserom.gba", 0x1fb9a8, 0x2f
LittlerootTown_ProfessorBirchsLab_Text_1FB9A8: @ 81FB9A8
.string "PROF. BIRCH: I see!\n"
.string "You picked a fine POKéMON!$"
LittlerootTown_ProfessorBirchsLab_Text_1FB9D7: @ 81FB9D7
.string "{PLAYER} received the {STR_VAR_1}\n"
.string "from PROF. BIRCH!$"
.incbin "baserom.gba", 0x1fb9fc, 0x30
LittlerootTown_ProfessorBirchsLab_Text_1FB9FC: @ 81FB9FC
.string "Want to give a nickname to\n"
.string "the {STR_VAR_1} you received?$"
LittlerootTown_ProfessorBirchsLab_Text_1FBA2C: @ 81FBA2C
.string "PROF. BIRCH: Listen, {PLAYER}{KUN}.\n"
@@ -975,7 +984,9 @@ LittlerootTown_ProfessorBirchsLab_Text_1FBAF8: @ 81FBAF8
.string "You received the promised POKéMON.\n"
.string "Better leave the others alone.$"
.incbin "baserom.gba", 0x1fbb3a, 0x2e
LittlerootTown_ProfessorBirchsLab_Text_1FBB3A: @ 81FBB3A
.string "Oh, you dont have any room for\n"
.string "this POKéMON.$"
LittlerootTown_ProfessorBirchsLab_Text_1FBB68: @ 81FBB68
.string "MAY: {PLAYER}{KUN}, after this…\n"
@@ -1001,4 +1012,19 @@ LittlerootTown_ProfessorBirchsLab_Text_1FBCD2: @ 81FBCD2
.string "Have you gone out to that place,\l"
.string "the BATTLE FRONTIER?$"
.incbin "baserom.gba", 0x1fbd1a, 0x16b
LittlerootTown_ProfessorBirchsLab_Text_1FBD1A: @ 81FBD1A
.string "… … … … … …\n"
.string "… … … … … Beep!\p"
.string "SCOTT: Hi, hi, {PLAYER}!\n"
.string "Its me, SCOTT.\p"
.string "Im aboard the S.S. TIDAL now.\n"
.string "It feels great to be on the sea!\p"
.string "By the way…\p"
.string "Theres this place that Id like to\n"
.string "invite you to for a visit.\p"
.string "If youre interested, board a ferry\n"
.string "at either SLATEPORT or LILYCOVE.\p"
.string "Ill fill you in on the details when\n"
.string "we meet. Ill be waiting!\p"
.string "… … … … … …\n"
.string "… … … … … Click!$"

View File

@@ -457,8 +457,20 @@ MauvilleCity_EventScript_1DF7B0:: @ 81DF7B0
release
end
gUnknown_081DF7BA:: @ 81DF7BA
.incbin "baserom.gba", 0x1df7ba, 0x22
MauvilleCity_EventScript_1DF7BA:: @ 81DF7BA
lockall
pokenavcall MauvilleCity_Text_1DFDFB
waitmessage
delay 30
playfanfare BGM_ME_MATCH_CALL
msgbox MauvilleCity_Text_1DFEB4, 4
waitfanfare
closemessage
delay 30
setflag FLAG_0x0D6
clearflag FLAG_0x088
releaseall
end
MauvilleCity_Text_1DF7DC: @ 81DF7DC
.string "UNCLE: Its because of POKéMON that\n"
@@ -545,7 +557,21 @@ MauvilleCity_Text_1DFD34: @ 81DFD34
.string "sometime?\l"
.string "Im sure WALLY would enjoy it.$"
.incbin "baserom.gba", 0x1dfdfb, 0xda
MauvilleCity_Text_1DFDFB: @ 81DFDFB
.string "… … … … … …\n"
.string "… … … … … Beep!\p"
.string "WALLY: Oh, hello, {PLAYER}!\p"
.string "I just wanted to tell you that\n"
.string "my uncle bought me a POKéNAV!\p"
.string "Now I can get in touch with you\n"
.string "anytime, {PLAYER}!\p"
.string "… … … … … …\n"
.string "… … … … … Click!$"
MauvilleCity_Text_1DFEB4: @ 81DFEB4
.string "Registered WALLY\n"
.string "in the POKéNAV.$"
MauvilleCity_Text_1DFED5: @ 81DFED5
.string "SCOTT: Hehe…\n"

View File

@@ -346,7 +346,11 @@ PetalburgCity_EventScript_1DC5FF:: @ 81DC5FF
waitmovement 0
return
.incbin "baserom.gba", 0x1dc611, 0x4
PetalburgCity_Movement_1DC611:: @ 81DC611
step_14
step_14
step_14
step_end
PetalburgCity_Movement_1DC615: @ 81DC615
step_right

View File

@@ -597,9 +597,111 @@ Route110_TrickHouseEntrance_EventScript_26A220:: @ 826A220
releaseall
end
gUnknown_0826A22A:: @ 826A22A
Route110_TrickHouseEntrance_EventScript_26A22A:: @ 826A22A
lockall
switch VAR_0x4044
case 0, Route110_TrickHouseEntrance_EventScript_26A289
case 1, Route110_TrickHouseEntrance_EventScript_26A2B2
case 2, Route110_TrickHouseEntrance_EventScript_26A2DB
case 3, Route110_TrickHouseEntrance_EventScript_26A304
case 4, Route110_TrickHouseEntrance_EventScript_26A32D
case 5, Route110_TrickHouseEntrance_EventScript_26A356
case 6, Route110_TrickHouseEntrance_EventScript_26A37F
case 7, Route110_TrickHouseEntrance_EventScript_26A3A8
end
.incbin "baserom.gba", 0x26a22a, 0x1b1
Route110_TrickHouseEntrance_EventScript_26A289:: @ 826A289
compare_var_to_value VAR_0x40AB, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle1_Text_26B98D, 4
playse SE_PIN
setvar VAR_0x40AB, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A2B2:: @ 826A2B2
compare_var_to_value VAR_0x40AC, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle2_Text_26BCBA, 4
playse SE_PIN
setvar VAR_0x40AC, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A2DB:: @ 826A2DB
compare_var_to_value VAR_0x40AD, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle3_Text_26C609, 4
playse SE_PIN
setvar VAR_0x40AD, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A304:: @ 826A304
compare_var_to_value VAR_0x40AE, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle4_Text_26C8C3, 4
playse SE_PIN
setvar VAR_0x40AE, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A32D:: @ 826A32D
compare_var_to_value VAR_0x40AF, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle5_Text_26D660, 4
playse SE_PIN
setvar VAR_0x40AF, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A356:: @ 826A356
compare_var_to_value VAR_0x40B0, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle6_Text_26DE26, 4
playse SE_PIN
setvar VAR_0x40B0, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A37F:: @ 826A37F
compare_var_to_value VAR_0x40B1, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle7_EventScript_26E413, 4
playse SE_PIN
setvar VAR_0x40B1, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A3A8:: @ 826A3A8
compare_var_to_value VAR_0x40B2, 0
goto_eq Route110_TrickHouseEntrance_EventScript_26A3D1
msgbox Route110_TrickHousePuzzle8_EventScript_26E864, 4
playse SE_PIN
setvar VAR_0x40B2, 2
setmetatile 13, 1, 523, 0
special DrawWholeMapView
releaseall
end
Route110_TrickHouseEntrance_EventScript_26A3D1:: @ 826A3D1
msgbox Route110_TrickHouseEntrance_Text_26AC4F, 4
releaseall
end
Route110_TrickHousePuzzle1_EventScript_26A3DB:: @ 826A3DB
Route110_TrickHousePuzzle2_EventScript_26A3DB:: @ 826A3DB
@@ -793,4 +895,7 @@ Route110_TrickHousePuzzle1_Text_26ABFB: @ 826ABFB
Route110_TrickHousePuzzle1_Text_26AC2F: @ 826AC2F
.string "A secret code is written on it.$"
.incbin "baserom.gba", 0x26ac4f, 0x60
Route110_TrickHouseEntrance_Text_26AC4F: @ 826AC4F
.string "The door is locked.\p"
.string "…On closer inspection, this is written\n"
.string "on it: “Write the secret code here.”$"

View File

@@ -964,7 +964,12 @@ Route110_TrickHousePuzzle5_Movement_26D632: @ 826D632
step_00
step_end
.incbin "baserom.gba", 0x26d660, 0x6e
Route110_TrickHousePuzzle5_Text_26D660: @ 826D660
.string "{PLAYER} wrote down the secret code\n"
.string "on the door.\p"
.string "“TRICK MASTER is a genius.”\n"
.string "… … … … … … … …\p"
.string "The lock clicked open!$"
Route110_TrickHousePuzzle5_Text_26D6CE: @ 826D6CE
.string "CLICKETY-CLACK…\n"

View File

@@ -493,8 +493,14 @@ Route119_EventScript_1F49E3:: @ 81F49E3
msgbox Route119_Text_1F5339, 3
end
gUnknown_081F49EC:: @ 81F49EC
.incbin "baserom.gba", 0x1f49ec, 0x11
Route119_EventScript_1F49EC:: @ 81F49EC
lockall
pokenavcall Route119_Text_1F4FBA
waitmessage
clearflag FLAG_0x08A
addvar VAR_0x40D1, 1
releaseall
end
Route119_Text_1F49FD: @ 81F49FD
.string "MAY: {PLAYER}{KUN}!\n"
@@ -568,7 +574,21 @@ Route119_Text_1F4E60: @ 81F4E60
.string "I expect that youll do well at the GYM.\n"
.string "Well, Ill be seeing you!$"
.incbin "baserom.gba", 0x1f4fba, 0x131
Route119_Text_1F4FBA: @ 81F4FBA
.string "… … … … … …\n"
.string "… … … … … Beep!\p"
.string "SCOTT: Hiya, {PLAYER}{KUN}, its me!\p"
.string "Just as I thought, you won at\n"
.string "the FORTREE GYM.\p"
.string "Your strength…\n"
.string "Perhaps you really are the TRAINER\l"
.string "that Ive been searching for.\p"
.string "Remember, you have a fan in me.\n"
.string "Ill be cheering from the sidelines.\l"
.string "Keep up the great work!\p"
.string "… … … … … …\n"
.string "… … … … … Click!$"
Route119_Text_1F50EB: @ 81F50EB
.string "Were standing lookout here.\p"

View File

@@ -95,8 +95,20 @@ RustboroCity_Gym_EventScript_213071:: @ 8213071
releaseall
end
gUnknown_0821307B:: @ 821307B
.incbin "baserom.gba", 0x21307b, 0x22
RustboroCity_Gym_EventScript_21307B:: @ 821307B
lockall
pokenavcall RustboroCity_Gym_Text_213A76
waitmessage
delay 30
playfanfare BGM_ME_MATCH_CALL
msgbox RustboroCity_Gym_Text_213C01, 4
waitfanfare
closemessage
delay 30
setflag FLAG_0x1D3
clearflag FLAG_0x080
releaseall
end
RustboroCity_Gym_Text_21309D: @ 821309D
.string "Yo, hows it going?\p"
@@ -226,7 +238,27 @@ RustboroCity_Gym_Text_213A3B: @ 8213A3B
.string "ROXANNES CERTIFIED TRAINERS:\n"
.string "{PLAYER}$"
.incbin "baserom.gba", 0x213a76, 0x1b9
RustboroCity_Gym_Text_213A76: @ 8213A76
.string "… … … … … …\n"
.string "… … … … … Beep!\p"
.string "ROXANNE: Oh, hello, {PLAYER}?\n"
.string "This is ROXANNE of RUSTBORO CITY.\p"
.string "I heard from BRAWLY that youre\n"
.string "moving up through the ranks of\l"
.string "TRAINERS at an incredible clip.\p"
.string "Well, Id rather not think that\n"
.string "I cant beat you.\p"
.string "I promise, I will shape up my GYM\n"
.string "so that you may challenge us again.\p"
.string "I hope youll be looking forward to\n"
.string "that occasion as much as me!\p"
.string "… … … … … …\n"
.string "… … … … … Click!$"
RustboroCity_Gym_Text_213C01: @ 8213C01
.string "Registered GYM LEADER ROXANNE\n"
.string "in the POKéNAV.$"
RustboroCity_Gym_Text_213C2F: @ 8213C2F
.string "ROXANNE: Im so glad to see you again.\n"

View File

@@ -137,8 +137,12 @@ SkyPillar_Outside_Movement_2393EB: @ 82393EB
SkyPillar_Outside_EventScript_2393F8:: @ 82393F8
end
gUnknown_082393F9:: @ 82393F9
.incbin "baserom.gba", 0x2393f9, 0x1d
SkyPillar_Outside_EventScript_2393F9:: @ 82393F9
msgbox SkyPillar_Outside_Text_239402, 3
end
SkyPillar_Outside_Text_239402: @ 8239402
.string "The door is closed.$"
SkyPillar_Outside_Text_239416: @ 8239416
.string "WALLACE: Oh, my, Im terribly sorry!\p"

View File

@@ -927,8 +927,9 @@ SootopolisCity_EventScript_1E6154:: @ 81E6154
msgbox SootopolisCity_Text_1E65C8, 3
end
gUnknown_081E615D:: @ 81E615D
.incbin "baserom.gba", 0x1e615d, 0x9
SootopolisCity_EventScript_1E615D:: @ 81E615D
msgbox SootopolisCity_Text_1E6604, 3
end
SootopolisCity_EventScript_1E6166:: @ 81E6166
lockall
@@ -1452,7 +1453,13 @@ SootopolisCity_EventScript_1E654C:: @ 81E654C
releaseall
end
.incbin "baserom.gba", 0x1e656b, 0x4
SootopolisCity_Movement_1E656B:: @ 81E656B
step_98
step_end
SootopolisCity_Movement_1E656D:: @ 81E656D
step_9A
step_end
SootopolisCity_Text_1E656F: @ 81E656F
.string "SOOTOPOLIS CITY POKéMON GYM\n"
@@ -1465,7 +1472,9 @@ SootopolisCity_Text_1E65C8: @ 81E65C8
.string "“The mystical city where history\n"
.string "slumbers.”$"
.incbin "baserom.gba", 0x1e6604, 0x14
SootopolisCity_Text_1E6604: @ 81E6604
.string "The door is closed.$"
SootopolisCity_Text_1E6618: @ 81E6618
.string "Diving in the sea. Climbing up and\n"

View File

@@ -223,14 +223,16 @@ SootopolisCity_MysteryEventsHouse_1F_Text_227D5B: @ 8227D5B
.string "It was a brilliant match in which\n"
.string "neither side conceded a step!$"
.incbin "baserom.gba", 0x227db5, 0x3
SootopolisCity_MysteryEventsHouse_1F_Text_227DB5: @ 8227DB5
.string "{STR_VAR_1}$"
SootopolisCity_MysteryEventsHouse_1F_Text_227DB8: @ 8227DB8
.string "That was superlative!\p"
.string "Why, it was like seeing myself in\n"
.string "my youth again!$"
.incbin "baserom.gba", 0x227e00, 0x3
SootopolisCity_MysteryEventsHouse_1F_Text_227E00: @ 8227E00
.string "{STR_VAR_1}$"
SootopolisCity_MysteryEventsHouse_1F_Text_227E03: @ 8227E03
.string "Ah, too bad for you!\p"

View File

@@ -438,7 +438,14 @@ TrainerHill_Roof_Text_268C31: @ 8268C31
.string "a tag team with you!\p"
.string "Until we meet again, amigo!$"
.incbin "baserom.gba", 0x268cc6, 0x94
TrainerHill_Roof_Text_268CC6: @ 8268CC6
.string "I had the TRAINER HILL built for but\n"
.string "one reason and one only!\p"
.string "To find the most suitable partner\n"
.string "with whom I may form a tag team!$"
TrainerHill_Entrance_Text_268D47: @ 8268D47
.string "{STR_VAR_1} min. {STR_VAR_2}.{STR_VAR_3} sec.$"
TrainerHill_Entrance_Text_268D5A: @ 8268D5A
.string "Who knows what sort of TRAINERS\n"