mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-02-06 06:29:50 +00:00
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:
parent
5a08aefab5
commit
123c3a48ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user