pokecrystal-board/maps/RedsHouse2F.asm

39 lines
641 B
NASM
Raw Normal View History

RedsHouse2F_MapScripts:
def_scene_scripts
def_callbacks
2017-12-17 17:45:04 -08:00
RedsHouse2FN64Script:
jumptext RedsHouse2FN64Text
2017-12-17 17:45:04 -08:00
RedsHouse2FPCScript:
jumptext RedsHouse2FPCText
2017-12-17 17:45:04 -08:00
RedsHouse2FN64Text:
text "<PLAYER> played the"
line "N64."
para "Better get going--"
line "no time to lose!"
done
2017-12-17 17:45:04 -08:00
RedsHouse2FPCText:
text "It looks like it"
line "hasn't been used"
cont "in a long time…"
done
RedsHouse2F_MapEvents:
db 0, 0 ; filler
def_warp_events
2018-02-01 19:22:07 -08:00
warp_event 7, 0, REDS_HOUSE_1F, 3
def_coord_events
def_bg_events
2018-02-01 19:22:07 -08:00
bg_event 3, 5, BGEVENT_READ, RedsHouse2FN64Script
bg_event 0, 1, BGEVENT_READ, RedsHouse2FPCScript
def_object_events