Skip to content

Commit 2cf47a8

Browse files
committed
bugfix
1 parent b6f6530 commit 2cf47a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ram.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ score: .res 4 ; $C ; 4 bytes BCD
1111
nmiReturnAddr: .res 1 ; $0010 ; used for crash
1212
crashFlag: .res 1 ; $0011 ; used for crash
1313
cycleCount: .res 2 ; $0012 ; 2 bytes ; used for crash
14-
oneThirdPRNG: .res 1 ; $0013 ; used for crash
15-
switchTmp1 .res 1
16-
switchTmp2 .res 1
14+
oneThirdPRNG: .res 1 ; $0014 ; used for crash
15+
switchTmp1: .res 1 ; $0015 ; for switch_s_plus_2a
16+
switchTmp2: .res 1 ; $0016
1717

1818
rng_seed: .res 2 ; $0017
1919
spawnID: .res 1 ; $0019

0 commit comments

Comments
 (0)