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
+4 -4
View File
@@ -1,5 +1,5 @@
@ Unused
EventScript_CheckFallDownHole:: @ 81C1338
EventScript_CheckFallDownHole::
map_script_2 VAR_ICE_STEP_COUNT, 0, EventScript_FallDownHole
.2byte 0
@@ -8,7 +8,7 @@ EventScript_FixCrackedGround::
copyvar VAR_ICE_STEP_COUNT, 1
end
EventScript_FallDownHole:: @ 81C1348
EventScript_FallDownHole::
lockall
delay 20
applymovement OBJ_EVENT_ID_PLAYER, Movement_SetInvisible
@@ -20,7 +20,7 @@ EventScript_FallDownHole:: @ 81C1348
end
@ TODO: EventScript_FallDownHoleMtPyre in pokeemerald, needs generic name
EventScript_1C1361:: @ 81C1361
EventScript_1C1361::
lockall
delay 20
applymovement OBJ_EVENT_ID_PLAYER, Movement_SetInvisible
@@ -31,6 +31,6 @@ EventScript_1C1361:: @ 81C1361
waitstate
end
Movement_SetInvisible: @ 81C137A
Movement_SetInvisible:
set_invisible
step_end