summaryrefslogtreecommitdiff
path: root/home/rtc.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-25 10:26:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-25 10:26:30 -0500
commit0c6f94effd1cb4278b0c0a2f02117055a69537e1 (patch)
treef9d84ffeab661e6e97c2b16a2aa0d7ebceae1be4 /home/rtc.asm
parentf599e477fc3306dbca9cad4aeadfe7a66b84c7bc (diff)
Final relabeling before merge
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 7070c0dad..9fb71c0be 100644
--- a/home/rtc.asm
+++ b/home/rtc.asm
@@ -2,7 +2,7 @@ RTC:: ; 46f
; update time and time-sensitive palettes
; rtc enabled?
- ld a, [wc2ce]
+ ld a, [wSpriteUpdatesEnabled]
cp 0
ret z