mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
c3331eb7b1
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
38 lines
705 B
NASM
38 lines
705 B
NASM
Route23_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
callback MAPCALLBACK_NEWMAP, Route23FlypointCallback
|
|
|
|
Route23FlypointCallback:
|
|
setflag ENGINE_FLYPOINT_INDIGO_PLATEAU
|
|
endcallback
|
|
|
|
IndigoPlateauSign:
|
|
jumptext IndigoPlateauSignText
|
|
|
|
IndigoPlateauSignText:
|
|
text "INDIGO PLATEAU"
|
|
|
|
para "The Ultimate Goal"
|
|
line "for Trainers!"
|
|
|
|
para "#MON LEAGUE HQ"
|
|
done
|
|
|
|
Route23_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 9, 5, INDIGO_PLATEAU_POKECENTER_1F, 1
|
|
warp_event 10, 5, INDIGO_PLATEAU_POKECENTER_1F, 2
|
|
warp_event 9, 13, VICTORY_ROAD, 10
|
|
warp_event 10, 13, VICTORY_ROAD, 10
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
bg_event 11, 7, BGEVENT_READ, IndigoPlateauSign
|
|
|
|
def_object_events
|