summaryrefslogtreecommitdiff
path: root/data/maps/FiveIsland_Harbor/scripts.inc
blob: 6cb97fd8e9738cfae0edf6e827b650263433d360 (plain)
1
2
3
4
5
6
7
8
9
10
11
FiveIsland_Harbor_MapScripts:: @ 8171D42
	.byte 0

FiveIsland_Harbor_EventScript_Sailor:: @ 8171D43
	lock
	faceplayer
	message Text_WhereDoYouWantToSail
	waitmessage
	setvar VAR_0x8004, SEAGALLOP_FIVE_ISLAND
	goto EventScript_ChooseDestFromIsland
	end