Skip to content

Bosses known#68

Open
MassHesteria wants to merge 4 commits into
canaryfrom
bosses_known
Open

Bosses known#68
MassHesteria wants to merge 4 commits into
canaryfrom
bosses_known

Conversation

@MassHesteria

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/main.asm
Comment thread src/main_menu.asm
.skip
RTS

DrawBossesKnown:

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably need a way to disable this for non Bosses Known seeds, right? Maybe I'm missing that. Could be writing all zeros to the boss values in tables.asm.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, mentioned this on discord but I was thinking I'd get a minimal draft together and then maybe we could figure out the exact details of what to display, where and when etc.

Comment thread src/menu.asm Outdated
Comment thread src/menu.asm Outdated
Comment thread src/menu.asm
LDA.w $0000,X : BIT.w VanillaItemsCollected
BNE .toggle
LDY.w #DashItemsEquipped
INC.b $3A

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it guaranteed that $3A is zero when we enter this function?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't seem to be used for anything according to the disassembly. We should probably zero it out somewhere when loading the menu just to be safe, that will keep it open for temporary use elsewhere too.

Sign up for free to 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.

2 participants