diff options
Diffstat (limited to 'engine/rtc/reset_password.asm')
-rw-r--r-- | engine/rtc/reset_password.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/rtc/reset_password.asm b/engine/rtc/reset_password.asm index 1a5461b15..7de7a1d73 100644 --- a/engine/rtc/reset_password.asm +++ b/engine/rtc/reset_password.asm @@ -73,7 +73,7 @@ ClockResetPassword: call .updateIDdisplay .loop2 call JoyTextDelay - ld a, [hJoyLast] + ldh a, [hJoyLast] ld b, a and A_BUTTON jr nz, .confirm |