diff --git a/scorch.asm b/scorch.asm index 8671522..8874f72 100644 --- a/scorch.asm +++ b/scorch.asm @@ -41,7 +41,7 @@ ;--------------------------------------------------- .macro build - dta d"1.56" ; number of this build (4 bytes) + dta d"1.57" ; number of this build (4 bytes) .endm .macro year dta d"2026" ; year of this build (4 bytes) diff --git a/scorch.bin b/scorch.bin index 668d460..32476e2 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.car b/scorch.car index eb95154..53705af 100644 Binary files a/scorch.car and b/scorch.car differ diff --git a/scorch.xex b/scorch.xex index 434d91a..c9010f4 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/scorch_cart.xex b/scorch_cart.xex index 45c159b..7bd6f1a 100644 Binary files a/scorch_cart.xex and b/scorch_cart.xex differ diff --git a/scorch_fl.atr b/scorch_fl.atr index 6a64ea5..0af68ab 100644 Binary files a/scorch_fl.atr and b/scorch_fl.atr differ diff --git a/scorchfl.xex b/scorchfl.xex index a825151..aa0414e 100644 Binary files a/scorchfl.xex and b/scorchfl.xex differ diff --git a/weapons.asm b/weapons.asm index fe7144a..bf2c14c 100644 --- a/weapons.asm +++ b/weapons.asm @@ -2803,6 +2803,7 @@ notpressed ; enimation ends jsr GetKeyFast + and #$3f ;CTRL and SHIFT ellimination cmp #@kbcode._left ; $6 jeq pressedLeft cmp #@kbcode._right ; $7