Correct comment about swimming flag

refactor
Christophe Parent 2024-07-02 14:31:41 -07:00
parent a09108a349
commit 296a3233c2
1 changed files with 1 additions and 1 deletions

View File

@ -15131,7 +15131,7 @@ CntPl:
beq PlayerKilled
lda PlayerChangeSizeFlag ; if grow/shrink flag set
bne DoChangeSize ; then branch to some other code
ldy SwimmingFlag ; if swimming flag set, branch to
ldy SwimmingFlag ; if swimming flag not set, branch to
beq FindPlayerAction ; different part, do not return
lda Player_State
beq FindPlayerAction ; if player status normal, branch and do not return (cmp optimization)