diff --git a/scorch.xex b/scorch.xex index 4e501ab..62cffd0 100644 Binary files a/scorch.xex and b/scorch.xex differ 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