diff --git a/game.asm b/game.asm index 264d276..ee0e2e6 100644 --- a/game.asm +++ b/game.asm @@ -402,7 +402,7 @@ ManualShooting AfterManualShooting ldy #$00 sty plot4x4color - dex + dey sty MeteorsFlag ; $ff jsr DisplayTankNameAbove ; defensive weapons without flight handling diff --git a/scorch.bin b/scorch.bin index f97f8d0..7b7da08 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index f298da1..5e502e4 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/scorch_cart.xex b/scorch_cart.xex index 3708e22..c364c3a 100644 Binary files a/scorch_cart.xex and b/scorch_cart.xex differ