Slower foot animation

This commit is contained in:
Pecusx
2025-05-26 17:38:45 +02:00
parent e8d7cc7220
commit 8da6d449ae
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -654,7 +654,7 @@ no_eyes_animation
beq no_foot ; eyes up (no animation)
; continue foot animation
inx
cpx #7 ; after last phase of foot animation
cpx #9 ; after last phase of foot animation
bne not_end_f
ldx #0 ; set to mo animation phase
not_end_f
@@ -2286,6 +2286,7 @@ FootPhase
; set eyes to phase in FootPhase register
; ldx FootPhase
txa
lsr ; two times lower animation speed
and #%00000001
tax
lda title_animf_tableL,x
BIN
View File
Binary file not shown.