summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-02 17:02:39 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-02 17:02:39 -0400
commit384fae997e5459963b8f3c4fec773b6e2699d009 (patch)
treed230b8ecc9a7caf9d08c70ef7d9149e1065262a0
parent11fd63ec6f4e72d73b2a244cbe42b2f957cf6b35 (diff)
downloadnes-input-test-384fae997e5459963b8f3c4fec773b6e2699d009.tar.gz
nes-input-test-384fae997e5459963b8f3c4fec773b6e2699d009.zip
start with no tinting
-rw-r--r--test.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.s b/test.s
index cd7cee7..b725126 100644
--- a/test.s
+++ b/test.s
@@ -71,7 +71,7 @@ LoadPalettesLoop:
STA sprite_x.w
STA sprite_y.w
- LDA #%10010000 ;intensify blues and enable sprites
+ LDA #%00010000 ; enable sprites
STA $2001
LDA #%10000000 ; enable NMI interrupts