pokefirered/data/maps/BirthIsland_Harbor/scripts.inc
cawtds 4d38b8ed6e
Refactor/sea gallop (#119)
* add battle frontier option

* update latin_small
2026-02-24 15:37:57 +01:00

16 lines
393 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 MULTI_B_PRESSED, EventScript_CancelSail
end