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,15 +1,15 @@
SilphCo_9F_MapScripts:: @ 8161CDE
SilphCo_9F_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, SilphCo_9F_OnLoad
.byte 0
SilphCo_9F_OnLoad:: @ 8161CE4
SilphCo_9F_OnLoad::
call_if_unset FLAG_SILPH_9F_DOOR_1, EventScript_Close9FDoor1
call_if_unset FLAG_SILPH_9F_DOOR_2, EventScript_Close9FDoor2
call_if_unset FLAG_SILPH_9F_DOOR_3, EventScript_Close9FDoor3
call_if_unset FLAG_SILPH_9F_DOOR_4, EventScript_Close9FDoor4
end
SilphCo_9F_EventScript_HealWoman:: @ 8161D09
SilphCo_9F_EventScript_HealWoman::
lock
faceplayer
compare VAR_MAP_SCENE_SILPH_CO_11F, 1
@@ -21,26 +21,26 @@ SilphCo_9F_EventScript_HealWoman:: @ 8161D09
release
end
SilphCo_9F_EventScript_HealWomanRocketsGone:: @ 8161D2E
SilphCo_9F_EventScript_HealWomanRocketsGone::
msgbox SilphCo_9F_Text_ThankYouSoMuch
release
end
SilphCo_9F_EventScript_FloorSign:: @ 8161D38
SilphCo_9F_EventScript_FloorSign::
msgbox SilphCo_9F_Text_FloorSign, MSGBOX_SIGN
end
SilphCo_9F_EventScript_Ed:: @ 8161D41
SilphCo_9F_EventScript_Ed::
trainerbattle_single TRAINER_SCIENTIST_ED, SilphCo_9F_Text_EdIntro, SilphCo_9F_Text_EdDefeat
msgbox SilphCo_9F_Text_EdPostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_9F_EventScript_Grunt1:: @ 8161D58
SilphCo_9F_EventScript_Grunt1::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_37, SilphCo_9F_Text_Grunt1Intro, SilphCo_9F_Text_Grunt1Defeat
msgbox SilphCo_9F_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_9F_EventScript_Grunt2:: @ 8161D6F
SilphCo_9F_EventScript_Grunt2::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_38, SilphCo_9F_Text_Grunt2Intro, SilphCo_9F_Text_Grunt2Defeat
msgbox SilphCo_9F_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
end