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