summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.s b/test.s
index 4a1af2c..cd7cee7 100644
--- a/test.s
+++ b/test.s
@@ -64,6 +64,9 @@ LoadPalettesLoop:
CPX #$20
BNE LoadPalettesLoop ;if x = $20, 32 bytes copied, all done
+ ; XXX not sure why this isn't happening automatically
+ ; it looks like the data values are being initialized at $2000 rather than
+ ; $6000 maybe?
LDA #$80
STA sprite_x.w
STA sprite_y.w