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 ; top bounce
bit ytraj+2 bit ytraj+2
bpl NoOnTop bpl NoOnTop
bit vy+3
bmi FlyingDown
sec sec
.rept 4 .rept 4
lda #$00 lda #$00
sbc vy+# sbc vy+#
sta vy+# sta vy+#
.endr .endr
FlyingDown
NoOnTop NoOnTop
MakeBump MakeBump
cpw xtraj+1 #screenwidth cpw xtraj+1 #screenwidth