pokecrystal-board/maps/Route7.asm

56 lines
941 B
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route7_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
MapRoute7Signpost0Script:
jumptext UnknownText_0x1ad388
2015-07-10 01:45:35 -07:00
MapRoute7Signpost1Script:
jumptext UnknownText_0x1ad456
2015-07-10 01:45:35 -07:00
UnknownText_0x1ad388:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x1ad456:
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, GROUP_ROUTE_7_SAFFRON_GATE, MAP_ROUTE_7_SAFFRON_GATE
warp_def $7, $f, 2, GROUP_ROUTE_7_SAFFRON_GATE, MAP_ROUTE_7_SAFFRON_GATE
; xy triggers
db 0
; signposts
db 2
signpost 11, 5, $0, MapRoute7Signpost0Script
signpost 9, 6, $0, MapRoute7Signpost1Script
; people-events
db 0