From 384fae997e5459963b8f3c4fec773b6e2699d009 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 2 Oct 2014 17:02:39 -0400 Subject: start with no tinting --- test.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3