3 tank shapes

This commit is contained in:
Pecusx
2022-07-28 17:42:49 +02:00
parent 0a68184f7c
commit 9df4a49abe
5 changed files with 4 additions and 3 deletions
Binary file not shown.
+1
View File
@@ -30,6 +30,7 @@ char_sandhog_offset = char_sandhog_________-char_digger__________
char_tank1___________ = $20 char_tank1___________ = $20
char_tank2___________ = $24 char_tank2___________ = $24
char_tank3___________ = $28
;Weapon prices (*10 on screen) ;Weapon prices (*10 on screen)
price_Baby_Missile___ = 0 ;_0 price_Baby_Missile___ = 0 ;_0
+2 -2
View File
@@ -631,11 +631,11 @@ No6thTankHide
SkipHidingPM SkipHidingPM
ldy #char_tank1___________ ; left tank ldy #char_tank2___________ ; left tank
txa txa
and #$01 and #$01
beq FirstTankShape beq FirstTankShape
ldy #char_tank2___________ ; left tank (second shape) ldy #char_tank3___________ ; left tank (second shape)
FirstTankShape FirstTankShape
lda AngleTable,x lda AngleTable,x
cmp #91 ; left or right tank shape cmp #91 ; left or right tank shape
+1 -1
View File
@@ -1422,7 +1422,7 @@ font4x4
ins 'artwork/font4x4s.bmp',+62 ins 'artwork/font4x4s.bmp',+62
;---------------------------------------------- ;----------------------------------------------
TankFont TankFont
ins 'artwork/tanksv3.fnt',+0,320 ; 40 characters only ins 'artwork/tanksv3.fnt',+0,352 ; 44 characters only
;---------------------------------------------- ;----------------------------------------------
icl 'variables.asm' icl 'variables.asm'
;---------------------------------------------- ;----------------------------------------------
BIN
View File
Binary file not shown.