diff --git a/game.asm b/game.asm index de500fd..5eefdbc 100644 --- a/game.asm +++ b/game.asm @@ -211,10 +211,7 @@ SettingEnergies sta LASTeXistenZ,x ; anything in eXistenZ table means that this tank exist ; in the given round - lda #<990 - sta MaxForceTableL,x - lda #>990 - sta MaxForceTableH,x + jsr MaxForceCalculate lda #<350 sta ForceTableL,x lda #>350 diff --git a/scorch.bin b/scorch.bin index 17b7b34..c50cddb 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 3479903..13fcd79 100644 Binary files a/scorch.xex and b/scorch.xex differ