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