diff options
Diffstat (limited to 'data/maps/scripts/SouthernIsland_Exterior.s')
-rw-r--r-- | data/maps/scripts/SouthernIsland_Exterior.s | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/maps/scripts/SouthernIsland_Exterior.s b/data/maps/scripts/SouthernIsland_Exterior.s index b5448a2f2..9723647cd 100644 --- a/data/maps/scripts/SouthernIsland_Exterior.s +++ b/data/maps/scripts/SouthernIsland_Exterior.s @@ -40,3 +40,15 @@ BattleTower_Outside_EventScript_160B3A:: @ 8160B3A waitmove 0 return +BattleTower_Outside_Movement_160B45:: @ 8160B45 + step_down + step_end + +BattleTower_Outside_Movement_160B47:: @ 8160B47 + step_left + step_25 + step_end + +SouthernIsland_Exterior_EventScript_160B4A:: @ 8160B4A + msgbox SouthernIsland_Exterior_Text_1C52FB, 3 + end |