From 163cf639f9190b53ec980b1b0600cf8812b5072a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 2 Oct 2014 14:38:05 -0400 Subject: not sure why the .ds definition doesn't do this? --- test.s | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.s b/test.s index 51c9746..c493a32 100644 --- a/test.s +++ b/test.s @@ -64,6 +64,10 @@ LoadPalettesLoop: CPX #$20 BNE LoadPalettesLoop ;if x = $20, 32 bytes copied, all done + LDA #$80 + STA sprite_x.w + STA sprite_y.w + LDA #%10010000 ;intensify blues and enable sprites STA $2001 -- cgit v1.2.3-54-g00ecf