Moroon at very specific settings kills everyone :) - check it out!

This commit is contained in:
Pecusx
2022-12-02 18:14:16 +01:00
parent c6264013d9
commit f485d120c8
3 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -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
@@ -198,8 +201,6 @@ forceNow
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
View File
Binary file not shown.
BIN
View File
Binary file not shown.