Minor physics corrections after bouncing off walls.

This commit is contained in:
Pecusx
2022-11-22 21:12:02 +01:00
parent d9da258735
commit 0a82a9a96b
3 changed files with 5 additions and 0 deletions
+5
View File
@@ -2347,6 +2347,11 @@ MakeBump
sbc vx+#
sta vx+#
.endr
; and bouce feapfrog :)
sec
lda #180
sbc LeapFrogAngle
sta LeapFrogAngle ; swap angle (LeapFrogAngle)
inc FunkyWallFlag
rts
WrapAndNone