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
+16 -16
View File
@@ -1,49 +1,49 @@
PokemonLeague_AgathasRoom_MapScripts:: @ 8162810
PokemonLeague_AgathasRoom_MapScripts::
map_script MAP_SCRIPT_ON_RESUME, PokemonLeague_AgathasRoom_OnResume
map_script MAP_SCRIPT_ON_LOAD, PokemonLeague_AgathasRoom_OnLoad
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, PokemonLeague_AgathasRoom_OnWarp
map_script MAP_SCRIPT_ON_FRAME_TABLE, PokemonLeague_AgathasRoom_OnFrame
.byte 0
PokemonLeague_AgathasRoom_OnResume:: @ 8162825
PokemonLeague_AgathasRoom_OnResume::
setvar VAR_0x8004, 2
call PokemonLeague_EventScript_DoLightingEffect
end
PokemonLeague_AgathasRoom_OnLoad:: @ 8162830
PokemonLeague_AgathasRoom_OnLoad::
call_if_set FLAG_DEFEATED_AGATHA, PokemonLeague_AgathasRoom_EventScript_SetDoorOpen
compare VAR_MAP_SCENE_POKEMON_LEAGUE, 3
call_if_eq PokemonLeague_AgathasRoom_EventScript_CloseEntry
end
PokemonLeague_AgathasRoom_EventScript_CloseEntry:: @ 8162845
PokemonLeague_AgathasRoom_EventScript_CloseEntry::
call PokemonLeague_EventScript_CloseEntry
return
PokemonLeague_AgathasRoom_EventScript_SetDoorOpen:: @ 816284B
PokemonLeague_AgathasRoom_EventScript_SetDoorOpen::
call PokemonLeague_EventScript_SetDoorOpen
return
PokemonLeague_AgathasRoom_OnWarp:: @ 8162851
PokemonLeague_AgathasRoom_OnWarp::
map_script_2 VAR_TEMP_1, 0, PokemonLeague_AgathasRoom_EventScript_TurnPlayerNorth
.2byte 0
PokemonLeague_AgathasRoom_EventScript_TurnPlayerNorth:: @ 816285B
PokemonLeague_AgathasRoom_EventScript_TurnPlayerNorth::
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
end
PokemonLeague_AgathasRoom_OnFrame:: @ 8162860
PokemonLeague_AgathasRoom_OnFrame::
map_script_2 VAR_MAP_SCENE_POKEMON_LEAGUE, 2, PokemonLeague_AgathasRoom_EventScript_EnterRoom
.2byte 0
PokemonLeague_AgathasRoom_EventScript_EnterRoom:: @ 816286A
PokemonLeague_AgathasRoom_EventScript_EnterRoom::
lockall
call PokemonLeague_EventScript_EnterRoom
setvar VAR_MAP_SCENE_POKEMON_LEAGUE, 3
releaseall
end
PokemonLeague_AgathasRoom_EventScript_Agatha:: @ 8162877
PokemonLeague_AgathasRoom_EventScript_Agatha::
lock
faceplayer
famechecker FAMECHECKER_AGATHA, FCPICKSTATE_COLORED, UpdatePickStateFromSpecialVar8005
@@ -61,28 +61,28 @@ PokemonLeague_AgathasRoom_EventScript_Agatha:: @ 8162877
goto PokemonLeague_AgathasRoom_EventScript_DefeatedAgatha
end
PokemonLeague_AgathasRoom_EventScript_Intro:: @ 81628E9
PokemonLeague_AgathasRoom_EventScript_Intro::
msgbox PokemonLeague_AgathasRoom_Text_Intro
return
PokemonLeague_AgathasRoom_EventScript_RematchIntro:: @ 81628F2
PokemonLeague_AgathasRoom_EventScript_RematchIntro::
msgbox PokemonLeague_AgathasRoom_Text_RematchIntro
return
PokemonLeague_AgathasRoom_EventScript_Battle:: @ 81628FB
PokemonLeague_AgathasRoom_EventScript_Battle::
trainerbattle_no_intro TRAINER_ELITE_FOUR_AGATHA, PokemonLeague_AgathasRoom_Text_Defeat
return
PokemonLeague_AgathasRoom_EventScript_Rematch:: @ 8162906
PokemonLeague_AgathasRoom_EventScript_Rematch::
trainerbattle_no_intro TRAINER_ELITE_FOUR_AGATHA_2, PokemonLeague_AgathasRoom_Text_Defeat
return
PokemonLeague_AgathasRoom_EventScript_PostBattle:: @ 8162911
PokemonLeague_AgathasRoom_EventScript_PostBattle::
msgbox PokemonLeague_AgathasRoom_Text_PostBattle
release
end
PokemonLeague_AgathasRoom_EventScript_DefeatedAgatha:: @ 816291B
PokemonLeague_AgathasRoom_EventScript_DefeatedAgatha::
setflag FLAG_DEFEATED_AGATHA
call PokemonLeague_EventScript_OpenDoor
msgbox PokemonLeague_AgathasRoom_Text_PostBattle