Funky bomb bounces off the walls!

And optimizations.
This commit is contained in:
Pecusx
2022-08-23 17:55:26 +02:00
parent 492b662252
commit d2b412e860
9 changed files with 56 additions and 46 deletions
+3 -3
View File
@@ -1598,7 +1598,7 @@ end_found
;address in LineAddress4x4 (it is the same as `temp`)
;starting from LineXdraw, LineYdraw
lda #1
lda #$ff
staplot4x4color
sta plot4x4color
@@ -1665,7 +1665,7 @@ skip01
mva #3 di
mva #4 ResultY
@
mva #1 plot4x4color
mva #$ff plot4x4color
mwa #lineClear LineAddress4x4
mwa #((ScreenWidth/2)-(8*4)) LineXdraw ; centering
mva ResultY LineYdraw
@@ -1734,7 +1734,7 @@ quit_seppuku
jsr RoundOverSprites
mva #1 plot4x4color
mva #$ff plot4x4color
;centering the result screen
mva #((ScreenHeight/2)-(8*4)) ResultY