Remove address comments
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
.equ LOCALID_RIVAL, 1
|
||||
.equ LOCALID_PROF_OAK, 2
|
||||
|
||||
IndigoPlateau_Exterior_MapScripts:: @ 816723B
|
||||
IndigoPlateau_Exterior_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, IndigoPlateau_Exterior_OnTransition
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, IndigoPlateau_Exterior_OnFrame
|
||||
.byte 0
|
||||
|
||||
IndigoPlateau_Exterior_OnTransition:: @ 8167246
|
||||
IndigoPlateau_Exterior_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_INDIGO_PLATEAU_EXTERIOR
|
||||
compare VAR_MAP_SCENE_INDIGO_PLATEAU_EXTERIOR, 1
|
||||
call_if_eq IndigoPlateau_Exterior_EventScript_PlayCreditsMusic
|
||||
end
|
||||
|
||||
IndigoPlateau_Exterior_EventScript_PlayCreditsMusic:: @ 8167255
|
||||
IndigoPlateau_Exterior_EventScript_PlayCreditsMusic::
|
||||
playbgm MUS_CREDITS, 0
|
||||
return
|
||||
|
||||
IndigoPlateau_Exterior_OnFrame:: @ 816725A
|
||||
IndigoPlateau_Exterior_OnFrame::
|
||||
map_script_2 VAR_MAP_SCENE_INDIGO_PLATEAU_EXTERIOR, 1, IndigoPlateau_Exterior_EventScript_Credits
|
||||
.2byte 0
|
||||
|
||||
@@ -25,7 +25,7 @@ IndigoPlateau_Exterior_OnFrame:: @ 816725A
|
||||
@ entrance of Indigo Plateau. This script starts running
|
||||
@ immediately after your walking animation.
|
||||
@ The script is timed to the music.
|
||||
IndigoPlateau_Exterior_EventScript_Credits:: @ 8167264
|
||||
IndigoPlateau_Exterior_EventScript_Credits::
|
||||
lockall
|
||||
delay 105
|
||||
|
||||
@@ -86,7 +86,7 @@ IndigoPlateau_Exterior_EventScript_Credits:: @ 8167264
|
||||
releaseall
|
||||
end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PlayerLeave:: @ 8167311
|
||||
IndigoPlateau_Exterior_Movement_PlayerLeave::
|
||||
player_run_down
|
||||
player_run_down
|
||||
player_run_down
|
||||
@@ -96,18 +96,18 @@ IndigoPlateau_Exterior_Movement_PlayerLeave:: @ 8167311
|
||||
step_end
|
||||
|
||||
@ Unused
|
||||
IndigoPlateau_Exterior_Movement_PlayerExitBuilding:: @ 8167318
|
||||
IndigoPlateau_Exterior_Movement_PlayerExitBuilding::
|
||||
walk_down
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PlayerWatchRivalLeave:: @ 816731B
|
||||
IndigoPlateau_Exterior_Movement_PlayerWatchRivalLeave::
|
||||
delay_16
|
||||
delay_4
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PlayerWatchOakLeave:: @ 816731F
|
||||
IndigoPlateau_Exterior_Movement_PlayerWatchOakLeave::
|
||||
delay_8
|
||||
walk_in_place_fastest_right
|
||||
delay_16
|
||||
@@ -124,7 +124,7 @@ IndigoPlateau_Exterior_Movement_PlayerWatchOakLeave:: @ 816731F
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PlayerBeginLeave:: @ 816732E
|
||||
IndigoPlateau_Exterior_Movement_PlayerBeginLeave::
|
||||
walk_right
|
||||
delay_16
|
||||
walk_down
|
||||
@@ -133,22 +133,22 @@ IndigoPlateau_Exterior_Movement_PlayerBeginLeave:: @ 816732E
|
||||
delay_16
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PlayerTurnAround:: @ 8167335
|
||||
IndigoPlateau_Exterior_Movement_PlayerTurnAround::
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PushPlayerOutOfWay:: @ 8167337
|
||||
IndigoPlateau_Exterior_Movement_PushPlayerOutOfWay::
|
||||
face_right
|
||||
lock_facing_direction
|
||||
walk_left
|
||||
unlock_facing_direction
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_PlayerFaceLeague:: @ 816733C
|
||||
IndigoPlateau_Exterior_Movement_PlayerFaceLeague::
|
||||
walk_in_place_fastest_up
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_RivalLeave:: @ 816733E
|
||||
IndigoPlateau_Exterior_Movement_RivalLeave::
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
@@ -158,11 +158,11 @@ IndigoPlateau_Exterior_Movement_RivalLeave:: @ 816733E
|
||||
walk_fast_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_RivalExitBuilding:: @ 8167346
|
||||
IndigoPlateau_Exterior_Movement_RivalExitBuilding::
|
||||
walk_fast_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_OakLeave:: @ 8167348
|
||||
IndigoPlateau_Exterior_Movement_OakLeave::
|
||||
walk_in_place_fastest_left
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -185,6 +185,6 @@ IndigoPlateau_Exterior_Movement_OakLeave:: @ 8167348
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
IndigoPlateau_Exterior_Movement_OakExitBuilding:: @ 816735D
|
||||
IndigoPlateau_Exterior_Movement_OakExitBuilding::
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
Reference in New Issue
Block a user