diff options
Diffstat (limited to 'home/rtc.asm')
-rw-r--r-- | home/rtc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rtc.asm b/home/rtc.asm index afe9028e..5cbd1f04 100644 --- a/home/rtc.asm +++ b/home/rtc.asm @@ -2,7 +2,7 @@ RTC:: ; 343 ; update time and time-sensitive palettes ; rtc enabled? - ld a, [wRTCEnabled] + ld a, [wSpriteUpdatesEnabled] cp 0 ret z |