Skip to content

New credits item count - #373

Closed
nn357 wants to merge 5 commits into
blkerby:mainfrom
nn357:new_item_count
Closed

New credits item count#373
nn357 wants to merge 5 commits into
blkerby:mainfrom
nn357:new_item_count

Conversation

@nn357

Copy link
Copy Markdown
Contributor

this uses collecting an item plm to increase a counter.

if less than all items are placed it displays the items collected / items placed as a fraction.

it should handle starting items + non desolate (i.e 3 nothings + 3 starting items) = % display not fraction.

there are probably some edge cases I didn't catch while testing.

have tried several combinations of stop item placement, with / without starting items etc.

this also removes the need to shadow the bits during escape etc as the calculations are done on the new collected counter not what's equipped.

todo: sum the nothings / not placed and write them to rom
should be complete: item count addition on item collection, newgame with starting items increases number, credits displayed as a fraction is not 100 items placed.
otherwise it displays as 0/00 due to nothings being placed everywhere.
@nn357nn357 closed this Aug 26, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nn357