diff options
Diffstat (limited to 'data/maps/Underwater6/scripts.inc')
-rw-r--r-- | data/maps/Underwater6/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Underwater6/scripts.inc b/data/maps/Underwater6/scripts.inc index d5a11c1bf..21b639cd8 100644 --- a/data/maps/Underwater6/scripts.inc +++ b/data/maps/Underwater6/scripts.inc @@ -1,8 +1,8 @@ Underwater6_MapScripts:: @ 81F773D - map_script MAP_SCRIPT_ON_RESUME, Underwater6_MapScript1_1F7743 + map_script MAP_SCRIPT_ON_RESUME, Underwater6_OnResume .byte 0 -Underwater6_MapScript1_1F7743: @ 81F7743 - call UnusualWeather_Underwater_SetupEscapeWarp +Underwater6_OnResume: @ 81F7743 + call AbnormalWeather_Underwater_SetupEscapeWarp end |