pokecrystal-board/maps/Route23.asm

45 lines
680 B
NASM
Raw Normal View History

2015-06-25 22:30:16 -07:00
Route23_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 1
2016-01-06 04:44:50 -08:00
dbw MAPCALLBACK_NEWMAP, .FlyPoint
.FlyPoint:
2015-06-25 22:30:16 -07:00
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