summaryrefslogtreecommitdiff
path: root/data/maps/Underwater_Route105/scripts.inc
blob: af3f6769ec3473a51ba1b5912b28e3f114dfd6ed (plain)
1
2
3
4
5
6
7
8
Underwater_Route105_MapScripts::
	map_script MAP_SCRIPT_ON_RESUME, Underwater_Route105_OnResume
	.byte 0

Underwater_Route105_OnResume:
	call AbnormalWeather_Underwater_SetupEscapeWarp
	end