summaryrefslogtreecommitdiff
path: root/data/maps/Underwater_Route127/scripts.inc
blob: b6e21b030403850de0d741e86c21b4949fd92162 (plain)
1
2
3
4
5
6
7
8
Underwater_Route127_MapScripts::
	map_script MAP_SCRIPT_ON_RESUME, Underwater_Route127_OnResume
	.byte 0

Underwater_Route127_OnResume:
	call AbnormalWeather_Underwater_SetupEscapeWarp
	end