Add some comments about the spider score threshold yet to be implemented where it is restricted to a smaller and smaller space close to the player.

This commit is contained in:
Jeremy Rand 2020-10-25 23:25:23 -04:00
parent 5a08aefab5
commit 123c3a48ef
1 changed files with 6 additions and 1 deletions

View File

@ -507,7 +507,12 @@ updateSpider_tilesDownCont anop
updateSpider_downChangeDir anop
lda spiderTargetRow
sec
; TODO - The actual top row of the spider changes as the score goes up. Need to handle that.
; TODO - The actual top row of the spider changes as the score goes up.
; The top row of the spider based on the score is:
; 0 to 119,000 - 10th row
; 120,000 to 139,999 - 9th row
; 140,000 to 159,999 - 8th row
; 160,000 to ... - 7th row
sbc #SPIDER_TOP_ROW
jsl randN
inc a