aboutsummaryrefslogtreecommitdiffstats
path: root/main.s
diff options
context:
space:
mode:
Diffstat (limited to 'main.s')
-rw-r--r--main.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/main.s b/main.s
index a7b6639..aaf1593 100644
--- a/main.s
+++ b/main.s
@@ -67,26 +67,6 @@ clrmem:
LDA #$00
STA buttons_pressed
- 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