summaryrefslogtreecommitdiff
path: root/data/maps/TrainerTower_Roof/scripts.inc
blob: b338e3a62ed317c260fbb4b1348fdeaf7b8db5b2 (plain)
1
2
3
4
5
6
7
8
9
10
TrainerTower_Roof_MapScripts:: @ 8164828
	map_script MAP_SCRIPT_ON_RESUME, TrainerTower_OnResume
	map_script MAP_SCRIPT_ON_FRAME_TABLE, TrainerTower_OnFrame
	.byte 0

@ Below script is unused, the identical version in the 1F script is used instead

TrainerTower_Roof_EventScript_Owner:: @ 8164833
	call TrainerTower_EventScript_SpeakToOwner
	end