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
+9 -9
View File
@@ -1,36 +1,36 @@
.set LOCALID_LUGIA, 1
NavelRock_Base_MapScripts:: @ 81650E7
NavelRock_Base_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, NavelRock_Base_OnTransition
map_script MAP_SCRIPT_ON_RESUME, NavelRock_Base_OnResume
.byte 0
NavelRock_Base_OnTransition:: @ 81650F2
NavelRock_Base_OnTransition::
call_if_set FLAG_FOUGHT_LUGIA, NavelRock_Base_EventScript_HideLugia
call_if_unset FLAG_FOUGHT_LUGIA, NavelRock_Base_EventScript_TryShowLugia
end
NavelRock_Base_EventScript_HideLugia:: @ 8165105
NavelRock_Base_EventScript_HideLugia::
setflag FLAG_HIDE_LUGIA
return
NavelRock_Base_EventScript_TryShowLugia:: @ 8165109
NavelRock_Base_EventScript_TryShowLugia::
goto_if_set FLAG_LUGIA_FLEW_AWAY, EventScript_Return
clearflag FLAG_HIDE_LUGIA
return
NavelRock_Base_OnResume:: @ 8165116
NavelRock_Base_OnResume::
call_if_set FLAG_SYS_SPECIAL_WILD_BATTLE, NavelRock_Base_EventScript_TryRemoveLugia
end
NavelRock_Base_EventScript_TryRemoveLugia:: @ 8165120
NavelRock_Base_EventScript_TryRemoveLugia::
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_CAUGHT
goto_if_ne EventScript_Return
removeobject LOCALID_LUGIA
return
NavelRock_Base_EventScript_Lugia:: @ 8165134
NavelRock_Base_EventScript_Lugia::
goto_if_questlog EventScript_ReleaseEnd
special QuestLog_CutRecording
lock
@@ -75,13 +75,13 @@ NavelRock_Base_EventScript_Lugia:: @ 8165134
release
end
NavelRock_Base_EventScript_DefeatedLugia:: @ 81651D9
NavelRock_Base_EventScript_DefeatedLugia::
setflag FLAG_LUGIA_FLEW_AWAY
setvar VAR_0x8004, SPECIES_LUGIA
goto EventScript_MonFlewAway
end
NavelRock_Base_EventScript_RanFromLugia:: @ 81651E7
NavelRock_Base_EventScript_RanFromLugia::
setvar VAR_0x8004, SPECIES_LUGIA
goto EventScript_MonFlewAway
end