From 1c558729357946a219e01b542ea789b1e75a4e52 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sun, 21 Aug 2022 15:26:06 +0200 Subject: [PATCH] Fix for very high Hovercraft fly --- scorch.xex | Bin 50488 -> 50488 bytes weapons.asm | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scorch.xex b/scorch.xex index 4e501abb99f35036b6f3923edf6c1e9ffb51dfb3..62cffd02e54d1bf44451a5312bf2421747f99b3e 100644 GIT binary patch delta 17 Ycmdnd#k`}7c|&eKlhB0C`S~Y90YYL2Y5)KL delta 17 Ycmdnd#k`}7c|&eKli-KV`S~Y90YsYz$p8QV diff --git a/weapons.asm b/weapons.asm index 5345c39..f5e54b1 100644 --- a/weapons.asm +++ b/weapons.asm @@ -2439,8 +2439,8 @@ InverseScreenByte mva #0 FloatingAlt ; now it's a counter TankGoUp lda ytankstable,x - cmp #17 ; Floating altitude - beq ReachSky + cmp #18 ; Floating altitude + bcc ReachSky ; first erase old tank position mva #1 Erase jsr DrawTankNr