summaryrefslogtreecommitdiff
path: root/data/maps/SevenIsland_Harbor/scripts.inc
blob: fb51c905c3dfa7edd56e8b543d4bd178f3be0783 (plain)
1
2
3
4
5
6
7
8
9
10
11
SevenIsland_Harbor_MapScripts:: @ 8170BE4
	.byte 0

SevenIsland_Harbor_EventScript_Sailor:: @ 8170BE5
	lock
	faceplayer
	message Text_WhereDoYouWantToSail
	waitmessage
	setvar VAR_0x8004, SEAGALLOP_SEVEN_ISLAND
	goto EventScript_ChooseDestFromIsland
	end