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 2cf47a8 commit a64b86dCopy full SHA for a64b86d
src/playstate/util.asm
@@ -99,7 +99,9 @@ updateMusicSpeed:
99
jmp @ret
100
101
@foundBlockInRow:
102
+ sty allegroIndex
103
lda allegro
104
+ sta wasAllegro
105
bne @ret
106
lda #$FF
107
sta allegro
src/ram.asm
@@ -20,7 +20,9 @@ spawnID: .res 1 ; $0019
20
spawnCount: .res 1 ; $001A
21
pointerAddr: .res 2 ; $001B ; used in debug, harddrop
22
pointerAddrB: .res 2 ; $001D ; used in harddrop
23
- .res $14
+allegroIndex: .res 1 ; $001F for crash
24
+wasAllegro: .res 1 ; $0020 for crash
25
+ .res $12
26
27
verticalBlankingInterval: .res 1 ; $0033
28
set_seed: .res 3 ; $0034 ; rng_seed, rng_seed+1, spawnCount
0 commit comments