diff options
Diffstat (limited to 'home/time.asm')
-rw-r--r-- | home/time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/time.asm b/home/time.asm index 609e466fc..173ea573c 100644 --- a/home/time.asm +++ b/home/time.asm @@ -3,7 +3,7 @@ AskTimer:: ; 591 push af - ld a, [$ffe9] + ld a, [hMobile] and a jr z, .asm_59a call Timer |