kep-hack/data/maps/objects/MtMoonSquare.asm
Martha Schilling 743a645c5e god i need some help with this
I'm trying to make the warp to Mt. Moon Crater a hole warp like the ones from Seafoam Islands, but I cannot seem to get to work at all, the hole just doesn't send me down. I know I'm clearly missing something, but I'm committing as-is in the hopes that someone could have a look at it
2023-12-20 12:09:06 +00:00

20 lines
558 B
NASM

MtMoonSquare_Object:
db $2C ; border block
def_warp_events
warp_event 16, 3, MT_MOON_B1F, 10
warp_event 22, 1, MT_MOON_B1F, 13
warp_event 11, 5, MT_MOON_SQUARE_HOUSE, 1
warp_event 20, 9, MT_MOON_B1F, 11
def_bg_events
bg_event 15, 5, 5 ; Sign
def_object_events
object_event 7, 5, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
object_event 5, 4, SPRITE_FAIRY, WALK, ANY_DIR, 2 ; person
object_event 4, 6, SPRITE_FAIRY, WALK, ANY_DIR, 3 ; person
object_event 22, 2, SPRITE_SUPER_NERD, STAY, DOWN, 4 ; person
def_warps_to MT_MOON_SQUARE