pokefirered/data/maps/BirthIsland_Harbor/scripts.inc
2022-06-24 21:10:48 -04:00

16 lines
381 B
C++

BirthIsland_Harbor_MapScripts::
.byte 0
BirthIsland_Harbor_EventScript_Sailor::
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