summaryrefslogtreecommitdiff
path: root/data/maps/FourIsland_Harbor/scripts.inc
blob: 3a16cd3e351193e09bd324f52d1b63456c226a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
FourIsland_Harbor_MapScripts:: @ 8171C98
	.byte 0

FourIsland_Harbor_EventScript_Sailor:: @ 8171C99
	lock
	faceplayer
	message Text_WhereDoYouWantToSail
	waitmessage
	setvar VAR_0x8004, SEAGALLOP_FOUR_ISLAND
	goto EventScript_ChooseDestFromIsland
	end