diff options
Diffstat (limited to 'home/joypad.asm')
-rw-r--r-- | home/joypad.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/joypad.asm b/home/joypad.asm index e0740f2..5a4e549 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -210,7 +210,7 @@ WaitAorB_BlinkCursor:: ; 8ea (0:8ea) ldh a, [hJoySum] and (A_BUTTON | B_BUTTON) ret nz - call RTC + call UpdateTime call UpdateTimeOfDayPalettes ld a, $01 ldh [hBGMapMode], a |