build 134

This commit is contained in:
2022-04-10 11:18:29 -04:00
parent c7f09261f6
commit 0f6e171e5c
12 changed files with 154 additions and 185 deletions
+6 -6
View File
@@ -16,7 +16,13 @@ TanksNames ; DO NOT ZERO - ticket #24
;----------------------------
;Options DO NOT ZERO - ticket #27
OptionsTable .by 0,0,2,2,0,1
RoundsInTheGame .by 10 ;how many rounds in the current game
;--------------------------------------------------
skilltable ; computer controlled players' skills (1-8), 0 - human (no cleaning, ticket #30)
.DS [MaxPlayers]
;-----------------------------------
variablesStart ; zeroing starts here
;--------------
OptionsY .ds 0 ;vertical position of cursor on Options screen
@@ -26,9 +32,6 @@ NumberOfPlayers .DS 1 ;current number of players (counted from 1)
TankSequence .DS [MaxPlayers] ;sequence of shooting during the Round
GameIsOver .DS 1 ; 1 - it was the last round in the game
;-----------------------------------
skilltable ; computer controlled players' skills (1-8), 0 - human
.DS [MaxPlayers]
;-----------------------------------
moneyH ;we place zero at the end of prices and money
;and have range from 0 to 99990 (not too much)
;money players have (maybe one more byte is needed?)
@@ -354,9 +357,6 @@ ResultOfTankNr
.DS 1
;----------------------------
oldPlotPointerX
.ds 2
;----------------------------
;PutChar4x4
LoopCounter4x4 .DS 1
y4x4 .DS 1