Skip to content

Commit 0e3eb24

Browse files
committed
wtf why did these 2 reverse all of a sudden...
1 parent c5c1c7e commit 0e3eb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LIB/asm/nesdash.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ _init_rld:
287287

288288
LDA (ptr1),y ;__ Force platformer, Parallax disable
289289
LSR ;__ Parallax disable in carry
290-
ROL _no_parallax ;__ Store where it needs to go
291-
STA _force_platformer ; The rest is force platformer, store it
290+
ROL _force_platformer ;__ Store where it needs to go
291+
STA _no_parallax ; The rest is force platformer, store it
292292
INY ;__
293293

294294
LDA (ptr1),y ;

0 commit comments

Comments
 (0)