First Commit

Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
Zeta_Null 2023-09-10 12:35:35 -04:00
commit 2f8a41f833
4618 changed files with 480386 additions and 0 deletions

38
maps/RedsHouse2F.asm Normal file
View file

@ -0,0 +1,38 @@
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