diff options
Diffstat (limited to 'src/player.s')
| -rw-r--r-- | src/player.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/player.s b/src/player.s index 5060e87..e230fab 100644 --- a/src/player.s +++ b/src/player.s @@ -474,7 +474,6 @@ sbc #0 sta zp_position_x + 1 - @end: rts .endproc @@ -739,7 +738,7 @@ cmp #2 beq @animation2 ;; NOTE: fallthrough for either 0 or even buggy states. - @still: + ldx #$21 ldy #$20 bne @heading @@ -861,7 +860,6 @@ ora #%00001000 sta Player::zp_state - @skip_life_update: ;; Move the player's sprites out of the screen. ldx #0 lda #$FF |
