summaryrefslogtreecommitdiff
path: root/data/maps/BirthIsland_Harbor/scripts.inc
blob: 0d7cdf80be7d7dcb3792a049fbc863f19436089a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BirthIsland_Harbor_MapScripts:: @ 81653E6
	.byte 0

BirthIsland_Harbor_EventScript_Sailor:: @ 81653E7
	lock
	faceplayer
	message Text_WhereDoYouWantToSail
	waitmessage
	setvar VAR_0x8004, SEAGALLOP_BIRTH_ISLAND
	multichoice 20, 8, MULTICHOICE_SEAGALLOP_VERMILION, FALSE
	switch VAR_RESULT
	case 0, EventScript_SailToVermilionCity
	case 1, EventScript_CancelSail
	case 127, EventScript_CancelSail
	end