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
+8 -8
View File
@@ -1,12 +1,12 @@
SilphCo_8F_MapScripts:: @ 8161C5F
SilphCo_8F_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, SilphCo_8F_OnLoad
.byte 0
SilphCo_8F_OnLoad:: @ 8161C65
SilphCo_8F_OnLoad::
call_if_unset FLAG_SILPH_8F_DOOR, EventScript_Close8FDoor
end
SilphCo_8F_EventScript_WorkerM:: @ 8161C6F
SilphCo_8F_EventScript_WorkerM::
lock
faceplayer
compare VAR_MAP_SCENE_SILPH_CO_11F, 1
@@ -15,26 +15,26 @@ SilphCo_8F_EventScript_WorkerM:: @ 8161C6F
release
end
SilphCo_8F_EventScript_WorkerMRocketsGone:: @ 8161C86
SilphCo_8F_EventScript_WorkerMRocketsGone::
msgbox SilphCo_8F_Text_ThanksForSavingUs
release
end
SilphCo_8F_EventScript_FloorSign:: @ 8161C90
SilphCo_8F_EventScript_FloorSign::
msgbox SilphCo_8F_Text_FloorSign, MSGBOX_SIGN
end
SilphCo_8F_EventScript_Parker:: @ 8161C99
SilphCo_8F_EventScript_Parker::
trainerbattle_single TRAINER_SCIENTIST_PARKER, SilphCo_8F_Text_ParkerIntro, SilphCo_8F_Text_ParkerDefeat
msgbox SilphCo_8F_Text_ParkerPostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_8F_EventScript_Grunt1:: @ 8161CB0
SilphCo_8F_EventScript_Grunt1::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_32, SilphCo_8F_Text_Grunt1Intro, SilphCo_8F_Text_Grunt1Defeat
msgbox SilphCo_8F_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_8F_EventScript_Grunt2:: @ 8161CC7
SilphCo_8F_EventScript_Grunt2::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_36, SilphCo_8F_Text_Grunt2Intro, SilphCo_8F_Text_Grunt2Defeat
msgbox SilphCo_8F_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
end