File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,6 @@ checkLinecap: ; set linecapState
174
174
175
175
addPoints:
176
176
inc playState
177
- addPointsRaw:
178
- .if NO_SCORING
179
- rts
180
- .endif
181
177
lda practiseType
182
178
cmp #MODE_CHECKERBOARD
183
179
beq handlePointsCheckerboard
@@ -195,11 +191,18 @@ addPointsRaw:
195
191
lda #4
196
192
sta completedLines
197
193
@notTapQuantity:
194
+
198
195
lda crashMode
199
196
cmp #CRASH_OFF
200
197
beq @crashDisabled
201
198
jsr testCrash
202
199
@crashDisabled:
200
+
201
+ addPointsRaw:
202
+ .if NO_SCORING
203
+ rts
204
+ .endif
205
+
203
206
lda holdDownPoints
204
207
cmp #$02
205
208
bmi @noPushDown
Original file line number Diff line number Diff line change @@ -170,7 +170,8 @@ oamStaging: .res $100 ; $0200 ; format: https://wiki.nesd
170
170
statsByType: .res $ E ; $03F0
171
171
.res 2
172
172
playfield: .res $ c8 ; $0400
173
- .res $ 38
173
+ .res $ 38 ; still technically part of playfield
174
+
174
175
.res $ 100 ; $500 ; 2 player playfield
175
176
176
177
practiseType: .res 1 ; $600
You can’t perform that action at this time.
0 commit comments