diff options
Diffstat (limited to 'data/maps/Underwater5/scripts.inc')
-rw-r--r-- | data/maps/Underwater5/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Underwater5/scripts.inc b/data/maps/Underwater5/scripts.inc index fe068207e..235d25aba 100644 --- a/data/maps/Underwater5/scripts.inc +++ b/data/maps/Underwater5/scripts.inc @@ -1,8 +1,8 @@ Underwater5_MapScripts:: @ 81F7731 - map_script MAP_SCRIPT_ON_RESUME, Underwater5_MapScript1_1F7737 + map_script MAP_SCRIPT_ON_RESUME, Underwater5_OnResume .byte 0 -Underwater5_MapScript1_1F7737: @ 81F7737 - call UnusualWeather_Underwater_SetupEscapeWarp +Underwater5_OnResume: @ 81F7737 + call AbnormalWeather_Underwater_SetupEscapeWarp end |