We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9822248 commit f32a004Copy full SHA for f32a004
src/playstate/updatestats.asm
@@ -14,6 +14,9 @@ playState_updateLinesAndStatistics:
14
and #$0F
15
cmp #$0A
16
bmi @noCarry
17
+ lda crashFlag
18
+ ora #$04
19
+ sta crashFlag
20
lda lineClearStatsByType,x
21
clc
22
adc #$06
@@ -56,6 +59,9 @@ incrementLines:
56
59
57
60
58
61
bmi checkLevelUp
62
63
+ ora #$01
64
65
lda lines
66
67
@@ -67,6 +73,9 @@ incrementLines:
73
68
74
sta lines
69
75
inc lines+1
76
77
+ ora #$02
78
70
79
71
80
checkLevelUp:
72
81
jsr calcBCDLinesAndTileQueue
0 commit comments