diff --git a/scorch.bin b/scorch.bin index dd80a2d..07e8105 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 8004ff6..d277f07 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index 676c780..be8e5b6 100644 --- a/weapons.asm +++ b/weapons.asm @@ -1166,8 +1166,17 @@ NoSpyHard cmp #$80|@kbcode._tab jeq CTRLPressedTAB - and #$3f ;CTRL and SHIFT ellimination jumpFromStick + .IF TARGET = 800 + cmp #$80|17 ; Ctrl+Help + bne NoVdebugSwitch + lda Vdebug + eor #$ff + sta Vdebug + jmp ReleaseAndLoop +NoVdebugSwitch + .ENDIF + and #$3f ;CTRL and SHIFT ellimination cmp #@kbcode._up ; $e jeq pressedUp cmp #@kbcode._down ; $f @@ -1185,13 +1194,6 @@ jumpFromStick cmp #@kbcode._S ; $3e ; S jeq pressedS .IF TARGET = 800 - cmp #38 ; / - bne NoVdebugSwitch - lda Vdebug - eor #$ff - sta Vdebug - jmp ReleaseAndLoop -NoVdebugSwitch cmp #61 ; G bne EndKeys jsr SelectNextGradient