From 12a51ea9ec0e65038c048924103ccfb5507e8246 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sun, 7 Jun 2015 13:29:21 -0400 Subject: [PATCH] Don't reset background color on each game. --- pewpew.asm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pewpew.asm b/pewpew.asm index 6e87196..0238cc5 100644 --- a/pewpew.asm +++ b/pewpew.asm @@ -223,11 +223,6 @@ LoadPaletteAndTileData: InitWorld: - ; Start the background color as black. - stz backgroundRed - stz backgroundGreen - stz backgroundBlue - ; Clear the memory that's used to keep track of normal game state. SetA16Bit lda #0