blob: cc16edf7bc66831bd9f7514f4535445d0b6bbd14 (
plain)
1
2
3
4
5
6
7
8
|
Underwater_Route125_MapScripts::
map_script MAP_SCRIPT_ON_RESUME, Underwater_Route125_OnResume
.byte 0
Underwater_Route125_OnResume:
call AbnormalWeather_Underwater_SetupEscapeWarp
end
|