pokecrystal-board/maps/Route7.asm

49 lines
875 B
NASM
Raw Normal View History

Route7_MapScripts:
def_scene_scripts
def_callbacks
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
Route7_MapEvents:
db 0, 0 ; filler
def_warp_events
2018-02-01 19:22:07 -08:00
warp_event 15, 6, ROUTE_7_SAFFRON_GATE, 1
warp_event 15, 7, ROUTE_7_SAFFRON_GATE, 2
def_coord_events
def_bg_events
2018-02-01 19:22:07 -08:00
bg_event 5, 11, BGEVENT_READ, Route7UndergroundPathSign
bg_event 6, 9, BGEVENT_READ, Route7LockedDoor
def_object_events