summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-02 14:38:05 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-02 14:38:05 -0400
commit163cf639f9190b53ec980b1b0600cf8812b5072a (patch)
treeadde6e22d5c9a3337e679821a65958aae5828df2
parent86121fcfa829e9a815f86c97480028f9bf9ff9da (diff)
downloadnes-input-test-163cf639f9190b53ec980b1b0600cf8812b5072a.tar.gz
nes-input-test-163cf639f9190b53ec980b1b0600cf8812b5072a.zip
not sure why the .ds definition doesn't do this?
-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