mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
hFFEC is not an HRAM location
This commit is contained in:
parent
e96330e66a
commit
ae31902074
1
hram.asm
1
hram.asm
@ -160,4 +160,3 @@ hDMATransfer:: db ; ffe8
|
|||||||
hMobile:: db ; ffe9
|
hMobile:: db ; ffe9
|
||||||
hSystemBooted:: db ; ffea
|
hSystemBooted:: db ; ffea
|
||||||
hClockResetTrigger:: db ; ffeb
|
hClockResetTrigger:: db ; ffeb
|
||||||
hFFEC:: db ; ffec
|
|
||||||
|
@ -3286,7 +3286,7 @@ Function17e5af:
|
|||||||
ld h, a
|
ld h, a
|
||||||
bccoord 0, 0
|
bccoord 0, 0
|
||||||
add hl, bc
|
add hl, bc
|
||||||
ld bc, hFFEC
|
ld bc, $ffec
|
||||||
add hl, bc
|
add hl, bc
|
||||||
ld a, [wMobileInactivityTimerSeconds]
|
ld a, [wMobileInactivityTimerSeconds]
|
||||||
ld c, a
|
ld c, a
|
||||||
|
Loading…
Reference in New Issue
Block a user