mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
16 lines
381 B
C++
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
|