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 c5c1c7e commit 0e3eb24Copy full SHA for 0e3eb24
LIB/asm/nesdash.s
@@ -287,8 +287,8 @@ _init_rld:
287
288
LDA (ptr1),y ;__ Force platformer, Parallax disable
289
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
+ ROL _force_platformer ;__ Store where it needs to go
+ STA _no_parallax ; The rest is force platformer, store it
292
INY ;__
293
294
LDA (ptr1),y ;
0 commit comments