diff --git a/game.asm b/game.asm index cb061ee..de500fd 100644 --- a/game.asm +++ b/game.asm @@ -211,9 +211,9 @@ SettingEnergies sta LASTeXistenZ,x ; anything in eXistenZ table means that this tank exist ; in the given round - lda #<1000 + lda #<990 sta MaxForceTableL,x - lda #>1000 + lda #>990 sta MaxForceTableH,x lda #<350 sta ForceTableL,x diff --git a/scorch.bin b/scorch.bin index a92ef02..17b7b34 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index a281264..3479903 100644 Binary files a/scorch.xex and b/scorch.xex differ