kep-hack/data/maps/objects/CeladonMansionRoofHouse.asm
Llinos Evans 8cd8f1ded0 Shinjuku Jack, final Mewtwo theme
This renovates the Celadon Mansion Roof House to feature a faithful restoration of Shinjuku Jack. Notes are in the script file.

Also, LuciShrimp's Mewtwo theme is finished!
2023-07-16 17:14:43 +01:00

18 lines
459 B
NASM

CeladonMansionRoofHouse_Object:
db $0 ; border block
def_warp_events
warp_event 5, 7, CELADON_MANSION_ROOF, 3
warp_event 6, 7, CELADON_MANSION_ROOF, 3
def_bg_events
bg_event 0, 2, 3 ; N64
bg_event 4, 2, 4 ; Super Mario 64
bg_event 1, 2, 5 ; Wave Race 64
def_object_events
object_event 3, 3, SPRITE_ROCKER, STAY, DOWN, 1 ; person
object_event 1, 5, SPRITE_POKE_BALL, STAY, NONE, 2 ; person
def_warps_to CELADON_MANSION_ROOF_HOUSE