mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Tank shapes selection added.
Better appearance of tanks on title screen.
This commit is contained in:
+2
-5
@@ -902,9 +902,7 @@ ExplodeNow
|
||||
.proc checkRollDirection
|
||||
; check rolling direction (for roller and other rolling weapons)
|
||||
ldy #0
|
||||
mwa #mountaintable tempXROLLER
|
||||
|
||||
adw tempXROLLER xdraw
|
||||
adw xdraw #mountaintable tempXROLLER
|
||||
lda (tempXROLLER),y
|
||||
sta ydraw
|
||||
sty ydraw+1
|
||||
@@ -935,8 +933,7 @@ HowMuchToFallLeft
|
||||
bcs GoRightNow
|
||||
mva #1 HowMuchToFall
|
||||
GoRightNow
|
||||
mwa #mountaintable tempXROLLER
|
||||
adw tempXROLLER xdraw
|
||||
adw xdraw #mountaintable tempXROLLER
|
||||
SeekRight
|
||||
cpw tempXROLLER #(mountaintable+screenwidth)
|
||||
beq HowMuchToFallKnown ; "stop" if we have on left end
|
||||
|
||||
Reference in New Issue
Block a user