Better jump

This commit is contained in:
Pecusx
2024-08-11 15:00:27 +02:00
parent bc0d40d4fc
commit d413d9e153
7 changed files with 8 additions and 118 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ NoBird
cmp #4 ; jump state
bne NoJump
lda JumpPhase
cmp #6 ; max jump phase
cmp #JumpLen ; max jump phase
beq EndJump
inc JumpPhase
rts