aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/main.s b/main.s
index 1a12ed7..d48f436 100644
--- a/main.s
+++ b/main.s
@@ -81,26 +81,6 @@ clrmem:
LDA #30
STA frame_skip
- LDA #$32
- STA $0201 ; set the sprite number to display
- LDA #$00
- STA $0202 ; set the sprite attributes (palette, flipping, etc)
-
- LDA #$33
- STA $0205 ; set the sprite number to display
- LDA #$00
- STA $0206 ; set the sprite attributes (palette, flipping, etc)
-
- LDA #$34
- STA $0209 ; set the sprite number to display
- LDA #$00
- STA $020A ; set the sprite attributes (palette, flipping, etc)
-
- LDA #$35
- STA $020D ; set the sprite number to display
- LDA #$00
- STA $020E ; set the sprite attributes (palette, flipping, etc)
-
vblankwait2: ; Second wait for vblank, PPU is ready after this
BIT $2002
BPL vblankwait2