Skip to content

Commit c8d8c57

Browse files
committed
fixed ram slignment!
1 parent 2737392 commit c8d8c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ram.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ highScoreLinesLength := 2
308308
highScoreLevelsLength := 2
309309
highScoreLength := highScoreNameLength + highScoreScoreLength + highScoreLinesLength + highScoreLevelsLength
310310
.res highScoreQuantity * highScoreLength ; 48 bytes
311-
.res 42
311+
.res 43
312312
initMagic: .res 5 ; $075B ; Initialized to a hard-coded number. When resetting, if not correct number then it knows this is a cold boot
313313

314314
menuRAM: ; $760

0 commit comments

Comments
 (0)