mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Minor physics corrections after bouncing off walls.
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -2347,6 +2347,11 @@ MakeBump
|
|||||||
sbc vx+#
|
sbc vx+#
|
||||||
sta vx+#
|
sta vx+#
|
||||||
.endr
|
.endr
|
||||||
|
; and bouce feapfrog :)
|
||||||
|
sec
|
||||||
|
lda #180
|
||||||
|
sbc LeapFrogAngle
|
||||||
|
sta LeapFrogAngle ; swap angle (LeapFrogAngle)
|
||||||
inc FunkyWallFlag
|
inc FunkyWallFlag
|
||||||
rts
|
rts
|
||||||
WrapAndNone
|
WrapAndNone
|
||||||
|
|||||||
Reference in New Issue
Block a user