diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-03 15:07:00 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-03 15:07:00 -0500 |
commit | ae319020740918973849652a5d0ab8ff7f8dbbd7 (patch) | |
tree | 8a4d44f7094ad7e39fa2bc2894454552335f593a | |
parent | e96330e66a6017f558d83004a15906edf70b2da9 (diff) |
hFFEC is not an HRAM location
-rw-r--r-- | hram.asm | 1 | ||||
-rw-r--r-- | mobile/mobile_5f.asm | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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 |