kep-hack/data/maps/objects/MtMoonB1F.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

26 lines
646 B
NASM

MtMoonB1F_Object:
db $3 ; border block
def_warp_events
warp_event 7, 5, MT_MOON_1F, 3
warp_event 17, 11, MT_MOON_B2F, 1
warp_event 25, 9, MT_MOON_1F, 4
warp_event 25, 15, MT_MOON_1F, 5
warp_event 21, 17, MT_MOON_B2F, 2
warp_event 13, 27, MT_MOON_B2F, 3
warp_event 23, 3, MT_MOON_B2F, 4
warp_event 27, 3, ROUTE_4, 3
warp_event 1, 27, MT_MOON_B2F, 5
warp_event 1, 13, MT_MOON_SQUARE, 1
warp_event 1, 23, MT_MOON_SQUARE, 4
warp_event 1, 17, MT_MOON_1F, 6
warp_event 5, 27, MT_MOON_SQUARE, 2
warp_event 1, 3, MT_MOON_CRATER, 1
warp_event 1, 7, ROUTE_4, 4
def_bg_events
def_object_events
def_warps_to MT_MOON_B1F