Moroon at very specific settings kills everyone :) - check it out!
This commit is contained in:
@@ -82,7 +82,10 @@ AIRoutines
|
|||||||
mwa #80 RandBoundaryLow
|
mwa #80 RandBoundaryLow
|
||||||
mwa #800 RandBoundaryHigh
|
mwa #800 RandBoundaryHigh
|
||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
rts
|
; choose the best weapon
|
||||||
|
ldy #ind_Buy_me_________+1 ; if the cheat is active it will fire the BFG :)
|
||||||
|
jmp ChooseBestOffensive.NotFromAll
|
||||||
|
;rts
|
||||||
.endp
|
.endp
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc Shooter
|
.proc Shooter
|
||||||
@@ -156,8 +159,8 @@ endo
|
|||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
|
|
||||||
jsr ChooseBestOffensive
|
jmp ChooseBestOffensive
|
||||||
rts
|
;rts
|
||||||
.endp
|
.endp
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc Poolshark
|
.proc Poolshark
|
||||||
@@ -197,9 +200,7 @@ forceNow
|
|||||||
ldx TankNr
|
ldx TankNr
|
||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
|
|
||||||
endo
|
endo
|
||||||
;ldx TankNr ;this is possibly not necessary
|
|
||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
|
|
||||||
jsr ChooseBestOffensive
|
jsr ChooseBestOffensive
|
||||||
@@ -1027,7 +1028,7 @@ SorryNoPurchase
|
|||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
; X - TankNr
|
; X - TankNr
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
ldy #last_offensive_____-1 ;the last weapon to choose +1 (ind_Dirt_Charge____ - not Laser :) )
|
ldy #ind_Dirt_Charge____+1 ;the last weapon to choose +1 (not BFG or Laser :) )
|
||||||
NotFromAll
|
NotFromAll
|
||||||
; Y - the last offensive weapon to use + 1
|
; Y - the last offensive weapon to use + 1
|
||||||
lda TanksWeaponsTableL,x
|
lda TanksWeaponsTableL,x
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user