diff --git a/scorch.bin b/scorch.bin index 3463be0..cabb737 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 51975b5..7d1c941 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index eae846d..33612f1 100644 --- a/weapons.asm +++ b/weapons.asm @@ -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