diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
| commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
| tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/BattleFrontier_BattleArenaCorridor | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/BattleFrontier_BattleArenaCorridor')
| -rw-r--r-- | data/maps/BattleFrontier_BattleArenaCorridor/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/BattleFrontier_BattleArenaCorridor/scripts.inc b/data/maps/BattleFrontier_BattleArenaCorridor/scripts.inc index 7044caa39..fe808159e 100644 --- a/data/maps/BattleFrontier_BattleArenaCorridor/scripts.inc +++ b/data/maps/BattleFrontier_BattleArenaCorridor/scripts.inc @@ -1,14 +1,14 @@ .set LOCALID_ATTENDANT, 1 -BattleFrontier_BattleArenaCorridor_MapScripts:: @ 82573B9 +BattleFrontier_BattleArenaCorridor_MapScripts:: map_script MAP_SCRIPT_ON_FRAME_TABLE, BattleFrontier_BattleArenaCorridor_OnFrame .byte 0 -BattleFrontier_BattleArenaCorridor_OnFrame: @ 82573BF +BattleFrontier_BattleArenaCorridor_OnFrame: map_script_2 VAR_TEMP_0, 0, BattleFrontier_BattleArenaCorridor_EventScript_WalkToBattleRoom .2byte 0 -BattleFrontier_BattleArenaCorridor_EventScript_WalkToBattleRoom:: @ 82573C9 +BattleFrontier_BattleArenaCorridor_EventScript_WalkToBattleRoom:: delay 16 setvar VAR_TEMP_0, 1 applymovement LOCALID_ATTENDANT, BattleFrontier_BattleArenaCorridor_Movement_AttendantWalkToDoor @@ -26,7 +26,7 @@ BattleFrontier_BattleArenaCorridor_EventScript_WalkToBattleRoom:: @ 82573C9 waitstate end -BattleFrontier_BattleArenaCorridor_Movement_PlayerWalkToDoor: @ 8257417 +BattleFrontier_BattleArenaCorridor_Movement_PlayerWalkToDoor: walk_up walk_left walk_left @@ -49,12 +49,12 @@ BattleFrontier_BattleArenaCorridor_Movement_PlayerWalkToDoor: @ 8257417 walk_right step_end -BattleFrontier_BattleArenaCorridor_Movement_PlayerEnterDoor: @ 825742C +BattleFrontier_BattleArenaCorridor_Movement_PlayerEnterDoor: walk_right set_invisible step_end -BattleFrontier_BattleArenaCorridor_Movement_AttendantWalkToDoor: @ 825742F +BattleFrontier_BattleArenaCorridor_Movement_AttendantWalkToDoor: walk_left walk_left walk_left @@ -77,16 +77,16 @@ BattleFrontier_BattleArenaCorridor_Movement_AttendantWalkToDoor: @ 825742F walk_right step_end -BattleFrontier_BattleArenaCorridor_Movement_AttendantFacePlayer: @ 8257444 +BattleFrontier_BattleArenaCorridor_Movement_AttendantFacePlayer: walk_in_place_fastest_left step_end -BattleFrontier_BattleArenaCorridor_Movement_AttendantMoveOutOfWay: @ 8257446 +BattleFrontier_BattleArenaCorridor_Movement_AttendantMoveOutOfWay: walk_up walk_in_place_fastest_down step_end -BattleFrontier_BattleArenaCorridor_Text_PleaseStepIn: @ 8257449 +BattleFrontier_BattleArenaCorridor_Text_PleaseStepIn: .string "Your battles shall be waged in\n" .string "the next room. Please step in!$" |
