Boxy walls problem fix

Sometimes the bullet "bounced" off the ceiling indefinitely (above the screen).
This commit is contained in:
Pecusx
2022-08-23 10:51:55 +02:00
parent bfe777c4c6
commit 492b662252
2 changed files with 3 additions and 0 deletions
BIN
View File
Binary file not shown.
+3
View File
@@ -2357,12 +2357,15 @@ MIRValreadyAll
; top bounce
bit ytraj+2
bpl NoOnTop
bit vy+3
bmi FlyingDown
sec
.rept 4
lda #$00
sbc vy+#
sta vy+#
.endr
FlyingDown
NoOnTop
MakeBump
cpw xtraj+1 #screenwidth