From 11fd63ec6f4e72d73b2a244cbe42b2f957cf6b35 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 2 Oct 2014 17:02:10 -0400 Subject: comment --- test.s | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-54-g00ecf