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 2737392 commit c8d8c57Copy full SHA for c8d8c57
src/ram.asm
@@ -308,7 +308,7 @@ highScoreLinesLength := 2
308
highScoreLevelsLength := 2
309
highScoreLength := highScoreNameLength + highScoreScoreLength + highScoreLinesLength + highScoreLevelsLength
310
.res highScoreQuantity * highScoreLength ; 48 bytes
311
- .res 42
+ .res 43
312
initMagic: .res 5 ; $075B ; Initialized to a hard-coded number. When resetting, if not correct number then it knows this is a cold boot
313
314
menuRAM: ; $760
0 commit comments