Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions

View File

@@ -1,31 +1,31 @@
.set LOCALID_KYOGRE, 1
MarineCave_End_MapScripts:: @ 823AFDF
MarineCave_End_MapScripts::
map_script MAP_SCRIPT_ON_RESUME, MarineCave_End_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, MarineCave_End_OnTransition
.byte 0
MarineCave_End_OnResume: @ 823AFEA
MarineCave_End_OnResume:
call_if_set FLAG_SYS_CTRL_OBJ_DELETE, MarineCave_End_EventScript_TryRemoveKyogre
end
MarineCave_End_EventScript_TryRemoveKyogre:: @ 823AFF4
MarineCave_End_EventScript_TryRemoveKyogre::
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_CAUGHT
goto_if_ne Common_EventScript_NopReturn
removeobject LOCALID_KYOGRE
return
MarineCave_End_OnTransition: @ 823B008
MarineCave_End_OnTransition:
call_if_unset FLAG_DEFEATED_KYOGRE, MarineCave_End_EventScript_ShowKyogre
end
MarineCave_End_EventScript_ShowKyogre:: @ 823B012
MarineCave_End_EventScript_ShowKyogre::
clearflag FLAG_HIDE_MARINE_CAVE_KYOGRE
setvar VAR_TEMP_1, 1
return
MarineCave_End_EventScript_Kyogre:: @ 823B01B
MarineCave_End_EventScript_Kyogre::
lockall
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_FaceUp
waitmovement 0
@@ -54,18 +54,18 @@ MarineCave_End_EventScript_Kyogre:: @ 823B01B
releaseall
end
MarineCave_End_EventScript_DefeatedKyogre:: @ 823B084
MarineCave_End_EventScript_DefeatedKyogre::
setvar VAR_SHOULD_END_ABNORMAL_WEATHER, 1
setflag FLAG_DEFEATED_KYOGRE
goto Common_EventScript_RemoveStaticPokemon
end
MarineCave_End_EventScript_RanFromKyogre:: @ 823B092
MarineCave_End_EventScript_RanFromKyogre::
setvar VAR_0x8004, SPECIES_KYOGRE
goto Common_EventScript_LegendaryFlewAway
end
MarineCave_End_Movement_KyogreApproach: @ 823B09D
MarineCave_End_Movement_KyogreApproach:
init_affine_anim
walk_down_start_affine
delay_16