kep-hack/scripts/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

18 lines
299 B
NASM

MtMoonB1F_Script:
call EnableAutoTextBoxDrawing
ld a, MT_MOON_CRATER
ld [wDungeonWarpDestinationMap], a
ld hl, MtMoonHolesCoords
jp IsPlayerOnDungeonWarp
MtMoonHolesCoords:
dbmapcoord 6, 23
db -1 ; end
MtMoonB1F_TextPointers:
dw MtMoonText1
MtMoonText1:
text_far _MtMoonText1
text_end