Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
FiveIsland_Meadow_MapScripts:: @ 8168932
FiveIsland_Meadow_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, FiveIsland_Meadow_OnLoad
.byte 0
FiveIsland_Meadow_OnLoad:: @ 8168938
FiveIsland_Meadow_OnLoad::
call_if_set FLAG_UNLOCKED_ROCKET_WAREHOUSE, FiveIsland_Meadow_EventScript_SetWarehouseDoorUnlocked
end
FiveIsland_Meadow_EventScript_WarehouseDoor:: @ 8168942
FiveIsland_Meadow_EventScript_WarehouseDoor::
lockall
goto_if_set FLAG_UNLOCKED_ROCKET_WAREHOUSE, FiveIsland_Meadow_EventScript_WarehouseDoorAlreadyOpen
goto_if_set FLAG_LEARNED_YES_NAH_CHANSEY, FiveIsland_Meadow_EventScript_OpenWarehouseDoor
@@ -14,7 +14,7 @@ FiveIsland_Meadow_EventScript_WarehouseDoor:: @ 8168942
releaseall
end
FiveIsland_Meadow_EventScript_OpenWarehouseDoor:: @ 816895F
FiveIsland_Meadow_EventScript_OpenWarehouseDoor::
setflag FLAG_UNLOCKED_ROCKET_WAREHOUSE
message FiveIsland_Meadow_Text_EnteredPasswordDoorOpened
waitmessage
@@ -26,26 +26,26 @@ FiveIsland_Meadow_EventScript_OpenWarehouseDoor:: @ 816895F
releaseall
end
FiveIsland_Meadow_EventScript_WarehouseDoorAlreadyOpen:: @ 8168979
FiveIsland_Meadow_EventScript_WarehouseDoorAlreadyOpen::
msgbox FiveIsland_Meadow_Text_WarehouseDoorAlreadyOpen
releaseall
end
FiveIsland_Meadow_EventScript_SetWarehouseDoorUnlocked:: @ 8168983
FiveIsland_Meadow_EventScript_SetWarehouseDoorUnlocked::
setmetatile 12, 21, METATILE_SeviiIslands45_RocketWarehouseDoor_Unlocked, 1
return
FiveIsland_Meadow_EventScript_Rocket1:: @ 816898D
FiveIsland_Meadow_EventScript_Rocket1::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_49, FiveIsland_Meadow_Text_Rocket1Intro, FiveIsland_Meadow_Text_Rocket1Defeat
msgbox FiveIsland_Meadow_Text_Rocket1PostBattle, MSGBOX_AUTOCLOSE
end
FiveIsland_Meadow_EventScript_Rocket2:: @ 81689A4
FiveIsland_Meadow_EventScript_Rocket2::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_50, FiveIsland_Meadow_Text_Rocket2Intro, FiveIsland_Meadow_Text_Rocket2Defeat
msgbox FiveIsland_Meadow_Text_Rocket2PostBattle, MSGBOX_AUTOCLOSE
end
FiveIsland_Meadow_EventScript_Rocket3:: @ 81689BB
FiveIsland_Meadow_EventScript_Rocket3::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_51, FiveIsland_Meadow_Text_Rocket3Intro, FiveIsland_Meadow_Text_Rocket3Defeat
msgbox FiveIsland_Meadow_Text_Rocket3PostBattle, MSGBOX_AUTOCLOSE
end
+13 -13
View File
@@ -1,59 +1,59 @@
@ Unused
FiveIsland_Meadow_Text_DoorNeedsTwoPasswords:: @ 818AB73
FiveIsland_Meadow_Text_DoorNeedsTwoPasswords::
.string "とびらを あけるには\n"
.string "パスワードが 2つ いるようだ$"
FiveIsland_Meadow_Text_EnteredPasswordAnotherNeeded:: @ 818AB8E
FiveIsland_Meadow_Text_EnteredPasswordAnotherNeeded::
.string "{PLAYER} entered a password.\p"
.string "“GOLDEEN need log.”\p"
.string "… … … … … …\p"
.string "Another password is needed to\n"
.string "open the door…$"
FiveIsland_Meadow_Text_EnteredPasswordDoorOpened:: @ 818ABF4
FiveIsland_Meadow_Text_EnteredPasswordDoorOpened::
.string "{PLAYER} entered two passwords.\p"
.string "“GOLDEEN need log.”\n"
.string "“Yes, nah, CHANSEY.”\p"
.string "… … … … … …\p"
.string "The WAREHOUSE's door opened!$"
FiveIsland_Meadow_Text_WarehouseDoorAlreadyOpen:: @ 818AC62
FiveIsland_Meadow_Text_WarehouseDoorAlreadyOpen::
.string "The WAREHOUSE's door is already\n"
.string "open.$"
FiveIsland_Meadow_Text_Rocket1Intro:: @ 818AC88
FiveIsland_Meadow_Text_Rocket1Intro::
.string "This area's strictly off-limits!\n"
.string "Out, out!$"
FiveIsland_Meadow_Text_Rocket1Defeat:: @ 818ACB3
FiveIsland_Meadow_Text_Rocket1Defeat::
.string "Is this for real?$"
FiveIsland_Meadow_Text_Rocket1PostBattle:: @ 818ACC5
FiveIsland_Meadow_Text_Rocket1PostBattle::
.string "You don't have any business here!\n"
.string "Go home!$"
FiveIsland_Meadow_Text_Rocket2Intro:: @ 818ACF0
FiveIsland_Meadow_Text_Rocket2Intro::
.string "There's nothing past here except\n"
.string "our WAREHOUSE.\p"
.string "So what brings you here?$"
FiveIsland_Meadow_Text_Rocket2Defeat:: @ 818AD39
FiveIsland_Meadow_Text_Rocket2Defeat::
.string "That wasn't supposed to happen…$"
FiveIsland_Meadow_Text_Rocket2PostBattle:: @ 818AD59
FiveIsland_Meadow_Text_Rocket2PostBattle::
.string "You're wanting to know what's inside\n"
.string "this WAREHOUSE?\p"
.string "It's better you didn't know.\n"
.string "For your own sake, I mean.$"
FiveIsland_Meadow_Text_Rocket3Intro:: @ 818ADC6
FiveIsland_Meadow_Text_Rocket3Intro::
.string "You'd be wasting time even if you\n"
.string "were to get by me.$"
FiveIsland_Meadow_Text_Rocket3Defeat:: @ 818ADFB
FiveIsland_Meadow_Text_Rocket3Defeat::
.string "Oh, that makes me furious!$"
FiveIsland_Meadow_Text_Rocket3PostBattle:: @ 818AE16
FiveIsland_Meadow_Text_Rocket3PostBattle::
.string "You won't be able to get in without\n"
.string "the passwords anyway.$"