mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
Cyborg aiming fix
This commit is contained in:
@@ -441,8 +441,9 @@ HighForce
|
|||||||
; direcion of shoot in A (0 - left, >0 - right)
|
; direcion of shoot in A (0 - left, >0 - right)
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
jsr MakeLowResDistances
|
jsr MakeLowResDistances
|
||||||
lda #$ff
|
lda #101
|
||||||
sta temp2 ; max possible energy
|
sta temp2 ; max possible energy
|
||||||
|
lda #0
|
||||||
sta tempor2 ; direction of shoot
|
sta tempor2 ; direction of shoot
|
||||||
;ldx TankNr
|
;ldx TankNr
|
||||||
ldy NumberOfPlayers
|
ldy NumberOfPlayers
|
||||||
@@ -635,7 +636,7 @@ skipThisPlayer
|
|||||||
mva #$ff TestFlightFlag
|
mva #$ff TestFlightFlag
|
||||||
; check targeting direction
|
; check targeting direction
|
||||||
lda tempor2
|
lda tempor2
|
||||||
jeq AimingLeft
|
jne AimingLeft
|
||||||
AimingRight
|
AimingRight
|
||||||
; make test Shoot (Flight)
|
; make test Shoot (Flight)
|
||||||
jsr SetStartAndFlight
|
jsr SetStartAndFlight
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user