mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-08-09 11:25:09 +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:
@@ -507,7 +507,12 @@ updateSpider_tilesDownCont anop
|
|||||||
updateSpider_downChangeDir anop
|
updateSpider_downChangeDir anop
|
||||||
lda spiderTargetRow
|
lda spiderTargetRow
|
||||||
sec
|
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
|
sbc #SPIDER_TOP_ROW
|
||||||
jsl randN
|
jsl randN
|
||||||
inc a
|
inc a
|
||||||
|
Reference in New Issue
Block a user