summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-03-03 15:07:00 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-03-03 15:07:00 -0500
commitae319020740918973849652a5d0ab8ff7f8dbbd7 (patch)
tree8a4d44f7094ad7e39fa2bc2894454552335f593a
parente96330e66a6017f558d83004a15906edf70b2da9 (diff)
hFFEC is not an HRAM location
-rw-r--r--hram.asm1
-rw-r--r--mobile/mobile_5f.asm2
2 files changed, 1 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index 5ba506afa..2bbbd4407 100644
--- a/hram.asm
+++ b/hram.asm
@@ -160,4 +160,3 @@ hDMATransfer:: db ; ffe8
hMobile:: db ; ffe9
hSystemBooted:: db ; ffea
hClockResetTrigger:: db ; ffeb
-hFFEC:: db ; ffec
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm
index a2668fa89..d36daca91 100644
--- a/mobile/mobile_5f.asm
+++ b/mobile/mobile_5f.asm
@@ -3286,7 +3286,7 @@ Function17e5af:
ld h, a
bccoord 0, 0
add hl, bc
- ld bc, hFFEC
+ ld bc, $ffec
add hl, bc
ld a, [wMobileInactivityTimerSeconds]
ld c, a