Some procedures descriptions.

This commit is contained in:
Pecusx
2023-10-26 10:07:39 +02:00
parent 56a0424d97
commit 573b71566b
3 changed files with 47 additions and 20 deletions
+11 -1
View File
@@ -1194,8 +1194,18 @@ SetRandomWalls
rts
.endp
; --------------------------------------
; Sets the appropriate variables based on the options table
; Sets the appropriate variables based on the 'OptionsTable'
;
; this function returns:
; - 'NumberOfPlayers'
; - 'moneyL' and 'moneyH' (in arrays) for each player
; - 'gravity'
; - 'MaxWind'
; - 'RoundsInTheGame'
; - 'flyDelay'
; - 'seppukuVal'
; - 'mountainDeltaL' and 'mountainDeltaH'
.proc SetVariablesFromOptions
;first option
ldy OptionsTable