hFFEC is not an HRAM location
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user