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
+15 -15
View File
@@ -1,17 +1,17 @@
.set LOCALID_DEOXYS_ROCK, 1
.set LOCALID_DEOXYS, 2
BirthIsland_Exterior_MapScripts:: @ 8165203
BirthIsland_Exterior_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, BirthIsland_Exterior_OnTransition
map_script MAP_SCRIPT_ON_RESUME, BirthIsland_Exterior_OnResume
map_script MAP_SCRIPT_ON_RETURN_TO_FIELD, BirthIsland_Exterior_OnReturnToField
.byte 0
BirthIsland_Exterior_OnReturnToField:: @ 8165213
BirthIsland_Exterior_OnReturnToField::
special SetDeoxysTrianglePalette
end
BirthIsland_Exterior_OnTransition:: @ 8165217
BirthIsland_Exterior_OnTransition::
setworldmapflag FLAG_WORLD_MAP_BIRTH_ISLAND_EXTERIOR
setvar VAR_OBJ_GFX_ID_0, OBJ_EVENT_GFX_DEOXYS_N
setvar VAR_DEOXYS_INTERACTION_STEP_COUNTER, 0
@@ -20,29 +20,29 @@ BirthIsland_Exterior_OnTransition:: @ 8165217
call_if_unset FLAG_FOUGHT_DEOXYS, BirthIsland_Exterior_EventScript_TryShowDeoxysPuzzle
end
BirthIsland_Exterior_EventScript_HideDeoxysAndPuzzle:: @ 816523C
BirthIsland_Exterior_EventScript_HideDeoxysAndPuzzle::
setflag FLAG_HIDE_DEOXYS
setflag FLAG_HIDE_BIRTH_ISLAND_METEORITE
return
BirthIsland_Exterior_EventScript_TryShowDeoxysPuzzle:: @ 8165243
BirthIsland_Exterior_EventScript_TryShowDeoxysPuzzle::
goto_if_set FLAG_DEOXYS_FLEW_AWAY, EventScript_Return
clearflag FLAG_HIDE_BIRTH_ISLAND_METEORITE
clearflag FLAG_SYS_DEOXYS_AWAKENED
return
BirthIsland_Exterior_OnResume:: @ 8165253
BirthIsland_Exterior_OnResume::
call_if_set FLAG_SYS_SPECIAL_WILD_BATTLE, BirthIsland_Exterior_EventScript_TryRemoveDeoxys
end
BirthIsland_Exterior_EventScript_TryRemoveDeoxys:: @ 816525D
BirthIsland_Exterior_EventScript_TryRemoveDeoxys::
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_CAUGHT
goto_if_ne EventScript_Return
removeobject LOCALID_DEOXYS
return
BirthIsland_Exterior_EventScript_Triangle:: @ 8165271
BirthIsland_Exterior_EventScript_Triangle::
lock
faceplayer
goto_if_questlog EventScript_ReleaseEnd
@@ -56,19 +56,19 @@ BirthIsland_Exterior_EventScript_Triangle:: @ 8165271
case 3, BirthIsland_Exterior_EventScript_NotSolved3
end
BirthIsland_Exterior_EventScript_NotSolved1:: @ 81652BA
BirthIsland_Exterior_EventScript_NotSolved1::
release
end
BirthIsland_Exterior_EventScript_NotSolved2:: @ 81652BC
BirthIsland_Exterior_EventScript_NotSolved2::
release
end
BirthIsland_Exterior_EventScript_NotSolved3:: @ 81652BE
BirthIsland_Exterior_EventScript_NotSolved3::
release
end
BirthIsland_Exterior_EventScript_Deoxys:: @ 81652C0
BirthIsland_Exterior_EventScript_Deoxys::
addobject LOCALID_DEOXYS
waitse
setfieldeffectarg 0, LOCALID_DEOXYS_ROCK
@@ -103,18 +103,18 @@ BirthIsland_Exterior_EventScript_Deoxys:: @ 81652C0
release
end
BirthIsland_Exterior_EventScript_DefeatedDeoxys:: @ 816533A
BirthIsland_Exterior_EventScript_DefeatedDeoxys::
setflag FLAG_DEOXYS_FLEW_AWAY
setvar VAR_0x8004, SPECIES_DEOXYS
goto EventScript_MonFlewAway
end
BirthIsland_Exterior_EventScript_RanFromDeoxys:: @ 8165348
BirthIsland_Exterior_EventScript_RanFromDeoxys::
setvar VAR_0x8004, SPECIES_DEOXYS
goto EventScript_MonFlewAway
end
Movement_DeoxysApproach: @ 8165353
Movement_DeoxysApproach:
walk_slower_down
walk_slower_down
walk_slower_down