pokecrystal-board/maps/Route7.asm

56 lines
891 B
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route7_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2016-04-06 21:59:45 -07:00
Route7UndergroundPathSign:
jumptext Route7UndergroundPathSignText
2016-04-06 21:59:45 -07:00
Route7LockedDoor:
jumptext Route7LockedDoorText
2016-04-06 21:59:45 -07:00
Route7UndergroundPathSignText:
text "What's this flyer?"
para "… Uncouth trainers"
line "have been holding"
para "battles in the"
line "UNDERGROUND PATH."
para "Because of rising"
line "complaints by lo-"
cont "cal residents, the"
cont "UNDERGROUND PATH"
cont "has been sealed"
cont "indefinitely."
para "CELADON POLICE"
done
2016-04-06 21:59:45 -07:00
Route7LockedDoorText:
text "It's locked…"
done
2015-07-10 01:45:35 -07:00
Route7_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $6, $f, 1, ROUTE_7_SAFFRON_GATE
warp_def $7, $f, 2, ROUTE_7_SAFFRON_GATE
.XYTriggers:
db 0
.Signposts:
db 2
2016-04-06 21:59:45 -07:00
signpost 11, 5, SIGNPOST_READ, Route7UndergroundPathSign
signpost 9, 6, SIGNPOST_READ, Route7LockedDoor
.PersonEvents:
db 0