summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-02 17:02:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-02 17:02:10 -0400
commit11fd63ec6f4e72d73b2a244cbe42b2f957cf6b35 (patch)
tree69e29726918ea93edd0bcc4d792fc7c025ecb1fb
parent22bc5f367a75c801e426dbfa145826da8ab71697 (diff)
downloadnes-input-test-11fd63ec6f4e72d73b2a244cbe42b2f957cf6b35.tar.gz
nes-input-test-11fd63ec6f4e72d73b2a244cbe42b2f957cf6b35.zip
comment
-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