summaryrefslogtreecommitdiff
path: root/home/rtc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/rtc.asm')
-rw-r--r--home/rtc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rtc.asm b/home/rtc.asm
index 5b83f1079..9b8bc4ac3 100644
--- a/home/rtc.asm
+++ b/home/rtc.asm
@@ -9,7 +9,7 @@ RTC:: ; 46f
call UpdateTime
; obj update on?
- ld a, [VramState]
+ ld a, [wVramState]
bit 0, a ; obj update
ret z