diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/play_time.asm | 8 | ||||
| -rw-r--r-- | home/yes_no.asm | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/home/play_time.asm b/home/play_time.asm index d6c95fbd..25fb7a9a 100644 --- a/home/play_time.asm +++ b/home/play_time.asm @@ -49,12 +49,12 @@ TrackPlayTime:: CountDownIgnoreInputBitReset: ld a, [wIgnoreInputCounter] and a - jr nz, .asm_1f5e + jr nz, .decrement ld a, $ff - jr .asm_1f5f -.asm_1f5e + jr .continue +.decrement dec a -.asm_1f5f +.continue ld [wIgnoreInputCounter], a and a ret nz diff --git a/home/yes_no.asm b/home/yes_no.asm index 28d6c7aa..3f5a5a45 100644 --- a/home/yes_no.asm +++ b/home/yes_no.asm @@ -5,7 +5,7 @@ YesNoChoice:: call InitYesNoTextBoxParameters jr DisplayYesNoChoice -Func_35f7:: +TwoOptionMenu:: ; unreferenced ld a, TWO_OPTION_MENU ld [wTextBoxID], a call InitYesNoTextBoxParameters |
