mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
3 tank shapes
This commit is contained in:
+2
-2
@@ -631,11 +631,11 @@ No6thTankHide
|
||||
SkipHidingPM
|
||||
|
||||
|
||||
ldy #char_tank1___________ ; left tank
|
||||
ldy #char_tank2___________ ; left tank
|
||||
txa
|
||||
and #$01
|
||||
beq FirstTankShape
|
||||
ldy #char_tank2___________ ; left tank (second shape)
|
||||
ldy #char_tank3___________ ; left tank (second shape)
|
||||
FirstTankShape
|
||||
lda AngleTable,x
|
||||
cmp #91 ; left or right tank shape
|
||||
|
||||
Reference in New Issue
Block a user