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
+7 -7
View File
@@ -1,13 +1,13 @@
SilphCo_3F_MapScripts:: @ 81616C5
SilphCo_3F_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, SilphCo_3F_OnLoad
.byte 0
SilphCo_3F_OnLoad:: @ 81616CB
SilphCo_3F_OnLoad::
call_if_unset FLAG_SILPH_3F_DOOR_1, EventScript_Close3FDoor1
call_if_unset FLAG_SILPH_3F_DOOR_2, EventScript_Close3FDoor2
end
SilphCo_3F_EventScript_WorkerM:: @ 81616DE
SilphCo_3F_EventScript_WorkerM::
lock
faceplayer
compare VAR_MAP_SCENE_SILPH_CO_11F, 1
@@ -16,21 +16,21 @@ SilphCo_3F_EventScript_WorkerM:: @ 81616DE
release
end
SilphCo_3F_EventScript_WorkerMRocketsGone:: @ 81616F5
SilphCo_3F_EventScript_WorkerMRocketsGone::
msgbox SilphCo_3F_Text_YouAndYourMonsSavedUs
release
end
SilphCo_3F_EventScript_FloorSign:: @ 81616FF
SilphCo_3F_EventScript_FloorSign::
msgbox SilphCo_3F_Text_FloorSign, MSGBOX_SIGN
end
SilphCo_3F_EventScript_Jose:: @ 8161708
SilphCo_3F_EventScript_Jose::
trainerbattle_single TRAINER_SCIENTIST_JOSE, SilphCo_3F_Text_JoseIntro, SilphCo_3F_Text_JoseDefeat
msgbox SilphCo_3F_Text_JosePostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_3F_EventScript_Grunt:: @ 816171F
SilphCo_3F_EventScript_Grunt::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_25, SilphCo_3F_Text_GruntIntro, SilphCo_3F_Text_GruntDefeat
msgbox SilphCo_3F_Text_GruntPostBattle, MSGBOX_AUTOCLOSE
end