From 123c3a48ef9ceecb1a8b8fb2c3dc81985924db89 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 25 Oct 2020 23:25:23 -0400 Subject: [PATCH] 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. --- BuGS/gameSpider.s | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BuGS/gameSpider.s b/BuGS/gameSpider.s index 4e527cf..2741138 100644 --- a/BuGS/gameSpider.s +++ b/BuGS/gameSpider.s @@ -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