mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

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
20 lines
558 B
NASM
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
|