diff options
Diffstat (limited to 'src/title.s')
| -rw-r--r-- | src/title.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/title.s b/src/title.s index 3e6da61..40b9352 100644 --- a/src/title.s +++ b/src/title.s @@ -69,16 +69,16 @@ sta $200 jmp @set_timer_and_end + @down: + lda #SPRITE_Y_POSITION1 + sta $200 + @check_start: lda #Joypad::BUTTON_START and Joypad::zp_buttons1 beq @end JAL start - @down: - lda #SPRITE_Y_POSITION1 - sta $200 - @set_timer_and_end: lda #TIMER_INIT_VALUE sta zp_title_timer |
