mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +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+#
|
||||
sta vx+#
|
||||
.endr
|
||||
; and bouce feapfrog :)
|
||||
sec
|
||||
lda #180
|
||||
sbc LeapFrogAngle
|
||||
sta LeapFrogAngle ; swap angle (LeapFrogAngle)
|
||||
inc FunkyWallFlag
|
||||
rts
|
||||
WrapAndNone
|
||||
|
||||
Reference in New Issue
Block a user