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

23 lines
715 B
NASM

Route4_Object:
db $2c ; border block
def_warp_events
warp_event 11, 5, MT_MOON_POKECENTER, 1
warp_event 18, 5, MT_MOON_1F, 1
warp_event 24, 5, MT_MOON_B1F, 8
warp_event 50, 1, MT_MOON_B1F, 15
def_bg_events
bg_event 12, 5, 6 ; PokeCenterSignText
bg_event 17, 7, 7 ; Route4Text5
bg_event 27, 7, 8 ; Route4Text6
def_object_events
object_event 9, 8, SPRITE_COOLTRAINER_F, WALK, ANY_DIR, 1 ; person
object_event 63, 3, SPRITE_COOLTRAINER_F, STAY, RIGHT, 2, OPP_LASS, 4
object_event 57, 3, SPRITE_POKE_BALL, STAY, NONE, 3, TM_WHIRLWIND
object_event 39, 3, SPRITE_HIKER, STAY, RIGHT, 4 ; Mega Punch Guy
object_event 42, 3, SPRITE_HIKER, STAY, LEFT, 5 ; Mega Kick Guy
def_warps_to ROUTE_4