diff options
Diffstat (limited to 'data/maps/Underwater3/scripts.inc')
-rw-r--r-- | data/maps/Underwater3/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Underwater3/scripts.inc b/data/maps/Underwater3/scripts.inc index 53b80053f..e75acd635 100644 --- a/data/maps/Underwater3/scripts.inc +++ b/data/maps/Underwater3/scripts.inc @@ -1,8 +1,8 @@ Underwater3_MapScripts:: @ 81F7724 - map_script MAP_SCRIPT_ON_RESUME, Underwater3_MapScript1_1F772A + map_script MAP_SCRIPT_ON_RESUME, Underwater3_OnResume .byte 0 -Underwater3_MapScript1_1F772A: @ 81F772A - call UnusualWeather_Underwater_SetupEscapeWarp +Underwater3_OnResume: @ 81F772A + call AbnormalWeather_Underwater_SetupEscapeWarp end |