diff options
Diffstat (limited to 'data/maps/Underwater7/scripts.inc')
-rw-r--r-- | data/maps/Underwater7/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Underwater7/scripts.inc b/data/maps/Underwater7/scripts.inc index c3bee154e..4215dced9 100644 --- a/data/maps/Underwater7/scripts.inc +++ b/data/maps/Underwater7/scripts.inc @@ -1,8 +1,8 @@ Underwater7_MapScripts:: @ 81F7749 - map_script MAP_SCRIPT_ON_RESUME, Underwater7_MapScript1_1F774F + map_script MAP_SCRIPT_ON_RESUME, Underwater7_OnResume .byte 0 -Underwater7_MapScript1_1F774F: @ 81F774F - call UnusualWeather_Underwater_SetupEscapeWarp +Underwater7_OnResume: @ 81F774F + call AbnormalWeather_Underwater_SetupEscapeWarp end |