mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Initial support for tank shapes selection.
This commit is contained in:
+3
-1
@@ -638,8 +638,10 @@ No6thTankHide
|
||||
jmp DoNotDrawTankNr
|
||||
SkipHidingPM
|
||||
|
||||
|
||||
lda TankShape,x
|
||||
tax
|
||||
ldy TankShapesTable,x
|
||||
ldx TankNr
|
||||
lda AngleTable,x
|
||||
cmp #91 ; left or right tank shape
|
||||
bcs LeftTank
|
||||
|
||||
Reference in New Issue
Block a user