Remove address comments
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
.equ NUM_BOULDERS_PRESENT, VAR_TEMP_2
|
||||
|
||||
SeafoamIslands_B3F_MapScripts:: @ 8162F4F
|
||||
SeafoamIslands_B3F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, SeafoamIslands_B3F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, SeafoamIslands_B3F_OnFrame
|
||||
.byte 0
|
||||
|
||||
SeafoamIslands_B3F_OnTransition:: @ 8162F5A
|
||||
SeafoamIslands_B3F_OnTransition::
|
||||
call_if_unset FLAG_STOPPED_SEAFOAM_B3F_CURRENT, SeafoamIslands_B3F_EventScript_CheckStoppedCurrent
|
||||
call_if_set FLAG_STOPPED_SEAFOAM_B3F_CURRENT, SeafoamIslands_B3F_EventScript_SetNoCurrentLayout
|
||||
end
|
||||
|
||||
SeafoamIslands_B3F_EventScript_CheckStoppedCurrent:: @ 8162F6D
|
||||
SeafoamIslands_B3F_EventScript_CheckStoppedCurrent::
|
||||
setvar NUM_BOULDERS_PRESENT, 0
|
||||
call_if_unset FLAG_HIDE_SEAFOAM_B3F_BOULDER_1, SeafoamIslands_B3F_EventScript_AddBoulderPresent
|
||||
call_if_unset FLAG_HIDE_SEAFOAM_B3F_BOULDER_2, SeafoamIslands_B3F_EventScript_AddBoulderPresent
|
||||
@@ -18,19 +18,19 @@ SeafoamIslands_B3F_EventScript_CheckStoppedCurrent:: @ 8162F6D
|
||||
call_if_eq SeafoamIslands_B3F_EventScript_StoppedCurrent
|
||||
return
|
||||
|
||||
SeafoamIslands_B3F_EventScript_StoppedCurrent:: @ 8162F90
|
||||
SeafoamIslands_B3F_EventScript_StoppedCurrent::
|
||||
setflag FLAG_STOPPED_SEAFOAM_B3F_CURRENT
|
||||
return
|
||||
|
||||
SeafoamIslands_B3F_EventScript_SetNoCurrentLayout:: @ 8162F94
|
||||
SeafoamIslands_B3F_EventScript_SetNoCurrentLayout::
|
||||
setmaplayoutindex LAYOUT_SEAFOAM_ISLANDS_B3F_CURRENT_STOPPED
|
||||
return
|
||||
|
||||
SeafoamIslands_B3F_OnFrame:: @ 8162F98
|
||||
SeafoamIslands_B3F_OnFrame::
|
||||
map_script_2 VAR_TEMP_1, 1, SeafoamIslands_B3F_EventScript_EnterByFalling
|
||||
.2byte 0
|
||||
|
||||
SeafoamIslands_B3F_EventScript_EnterByFalling:: @ 8162FA2
|
||||
SeafoamIslands_B3F_EventScript_EnterByFalling::
|
||||
lockall
|
||||
setvar NUM_BOULDERS_PRESENT, 0
|
||||
call_if_unset FLAG_HIDE_SEAFOAM_B3F_BOULDER_1, SeafoamIslands_B3F_EventScript_AddBoulderPresent
|
||||
@@ -48,26 +48,26 @@ SeafoamIslands_B3F_EventScript_EnterByFalling:: @ 8162FA2
|
||||
releaseall
|
||||
end
|
||||
|
||||
SeafoamIslands_B3F_EventScript_AddBoulderPresent:: @ 8162FF0
|
||||
SeafoamIslands_B3F_EventScript_AddBoulderPresent::
|
||||
addvar NUM_BOULDERS_PRESENT, 1
|
||||
return
|
||||
|
||||
SeafoamIslands_B3F_EventScript_RideCurrentFar:: @ 8162FF6
|
||||
SeafoamIslands_B3F_EventScript_RideCurrentFar::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, SeafoamIslands_B3F_Movement_RideCurrentFar
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
SeafoamIslands_B3F_EventScript_RideCurrentClose:: @ 8163001
|
||||
SeafoamIslands_B3F_EventScript_RideCurrentClose::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, SeafoamIslands_B3F_Movement_RideCurrentClose
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
SeafoamIslands_B3F_EventScript_CurrentBlocked:: @ 816300C
|
||||
SeafoamIslands_B3F_EventScript_CurrentBlocked::
|
||||
setvar VAR_TEMP_1, 0
|
||||
releaseall
|
||||
end
|
||||
|
||||
SeafoamIslands_B3F_Movement_RideCurrentFar:: @ 8163013
|
||||
SeafoamIslands_B3F_Movement_RideCurrentFar::
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
@@ -83,7 +83,7 @@ SeafoamIslands_B3F_Movement_RideCurrentFar:: @ 8163013
|
||||
walk_fast_down
|
||||
step_end
|
||||
|
||||
SeafoamIslands_B3F_Movement_RideCurrentClose:: @ 8163021
|
||||
SeafoamIslands_B3F_Movement_RideCurrentClose::
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
|
||||
Reference in New Issue
Block a user