From ae319020740918973849652a5d0ab8ff7f8dbbd7 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 3 Mar 2019 15:07:00 -0500 Subject: [PATCH] hFFEC is not an HRAM location --- hram.asm | 1 - mobile/mobile_5f.asm | 2 +- 2 files changed, 1 insertion(+), 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