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
+12 -12
View File
@@ -1,14 +1,14 @@
SilphCo_5F_MapScripts:: @ 81617BE
SilphCo_5F_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, SilphCo_5F_OnLoad
.byte 0
SilphCo_5F_OnLoad:: @ 81617C4
SilphCo_5F_OnLoad::
call_if_unset FLAG_SILPH_5F_DOOR_1, EventScript_Close5FDoor1
call_if_unset FLAG_SILPH_5F_DOOR_2, EventScript_Close5FDoor2
call_if_unset FLAG_SILPH_5F_DOOR_3, EventScript_Close5FDoor3
end
SilphCo_5F_EventScript_WorkerM:: @ 81617E0
SilphCo_5F_EventScript_WorkerM::
lock
faceplayer
compare VAR_MAP_SCENE_SILPH_CO_11F, 1
@@ -17,43 +17,43 @@ SilphCo_5F_EventScript_WorkerM:: @ 81617E0
release
end
SilphCo_5F_EventScript_WorkerMRocketsGone:: @ 81617F7
SilphCo_5F_EventScript_WorkerMRocketsGone::
msgbox SilphCo_5F_Text_YoureOurHeroThankYou
release
end
SilphCo_5F_EventScript_PokemonReport1:: @ 8161801
SilphCo_5F_EventScript_PokemonReport1::
msgbox SilphCo_5F_Text_PorygonFirstVRMon, MSGBOX_SIGN
end
SilphCo_5F_EventScript_PokemonReport2:: @ 816180A
SilphCo_5F_EventScript_PokemonReport2::
msgbox SilphCo_5F_Text_Over350TechniquesConfirmed, MSGBOX_SIGN
end
SilphCo_5F_EventScript_PokemonReport3:: @ 8161813
SilphCo_5F_EventScript_PokemonReport3::
msgbox SilphCo_5F_Text_SomeMonsEvolveWhenTraded, MSGBOX_SIGN
end
SilphCo_5F_EventScript_FloorSign:: @ 816181C
SilphCo_5F_EventScript_FloorSign::
msgbox SilphCo_5F_Text_FloorSign, MSGBOX_SIGN
end
SilphCo_5F_EventScript_Beau:: @ 8161825
SilphCo_5F_EventScript_Beau::
trainerbattle_single TRAINER_SCIENTIST_BEAU, SilphCo_5F_Text_BeauIntro, SilphCo_5F_Text_BeauDefeat
msgbox SilphCo_5F_Text_BeauPostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_5F_EventScript_Grunt1:: @ 816183C
SilphCo_5F_EventScript_Grunt1::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_28, SilphCo_5F_Text_Grunt1Intro, SilphCo_5F_Text_Grunt1Defeat
msgbox SilphCo_5F_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_5F_EventScript_Grunt2:: @ 8161853
SilphCo_5F_EventScript_Grunt2::
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_29, SilphCo_5F_Text_Grunt2Intro, SilphCo_5F_Text_Grunt2Defeat
msgbox SilphCo_5F_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_5F_EventScript_Dalton:: @ 816186A
SilphCo_5F_EventScript_Dalton::
trainerbattle_single TRAINER_JUGGLER_DALTON, SilphCo_5F_Text_DaltonIntro, SilphCo_5F_Text_DaltonDefeat
msgbox SilphCo_5F_Text_DaltonPostBattle, MSGBOX_AUTOCLOSE
end