pokecrystal-board/maps/Route23.asm

49 lines
695 B
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
2015-06-25 22:30:16 -07:00
Route23_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 1
; callbacks
2015-06-25 22:30:16 -07:00
dbw 5, .FlyPoint
2015-06-25 22:30:16 -07:00
.FlyPoint
setflag ENGINE_FLYPOINT_INDIGO_PLATEAU
return
2015-06-25 22:30:16 -07:00
IndigoPlateauSign:
jumptext IndigoPlateauSignText
2015-06-25 22:30:16 -07:00
IndigoPlateauSignText:
text "INDIGO PLATEAU"
para "The Ultimate Goal"
line "for Trainers!"
para "#MON LEAGUE HQ"
done
2015-06-25 22:30:16 -07:00
Route23_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $5, $9, 1, INDIGO_PLATEAU_POKECENTER_1F
warp_def $5, $a, 2, INDIGO_PLATEAU_POKECENTER_1F
warp_def $d, $9, 10, VICTORY_ROAD
warp_def $d, $a, 10, VICTORY_ROAD
.XYTriggers:
db 0
.Signposts:
db 1
signpost 7, 11, SIGNPOST_READ, IndigoPlateauSign
.PersonEvents:
db 0