mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-24 03:51:34 -05:00
15 lines
251 B
NASM
15 lines
251 B
NASM
IsPlayerOnDungeonWarp: ; 46bf3 (11:6bf3)
|
|
xor a
|
|
ld [wWhichDungeonWarp], a
|
|
ld a, [wd72d]
|
|
bit 4, a
|
|
ret nz
|
|
call ArePlayerCoordsInArray
|
|
ret nc
|
|
ld a, [wCoordIndex]
|
|
ld [wWhichDungeonWarp], a
|
|
ld hl, wd72d
|
|
set 4, [hl]
|
|
ld hl, wd732
|
|
set 4, [hl]
|
|
ret |