jep-hack/maps/RedsHouse2F.asm
Zeta_Null 2f8a41f833 First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
2023-09-10 12:35:35 -04:00

39 lines
641 B
NASM

RedsHouse2F_MapScripts:
def_scene_scripts
def_callbacks
RedsHouse2FN64Script:
jumptext RedsHouse2FN64Text
RedsHouse2FPCScript:
jumptext RedsHouse2FPCText
RedsHouse2FN64Text:
text "<PLAYER> played the"
line "N64."
para "Better get going--"
line "no time to lose!"
done
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
warp_event 7, 0, REDS_HOUSE_1F, 3
def_coord_events
def_bg_events
bg_event 3, 5, BGEVENT_READ, RedsHouse2FN64Script
bg_event 0, 1, BGEVENT_READ, RedsHouse2FPCScript
def_object_events