Skip to content

Commit

Permalink
Fix girl disappearing at 100 score
Browse files Browse the repository at this point in the history
  • Loading branch information
mgr-inz-rafal committed Aug 20, 2022
1 parent 80708bd commit d6a0eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macros.asm
Expand Up @@ -43,6 +43,7 @@ AS%%1_1 sed
lda P%%1_SCORE_H
adc #1
sta P%%1_SCORE_H
cld
jmp AS%%1_X
AS%%1_2 .if :1 = 2
dec INVUL_DISABLE_COUNTER
Expand Down

0 comments on commit d6a0eac

Please sign in to comment.