summaryrefslogtreecommitdiffstats
path: root/test.s
diff options
context:
space:
mode:
Diffstat (limited to 'test.s')
-rw-r--r--test.s4
1 files changed, 4 insertions, 0 deletions
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