Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Debug Menu on Tournament Mode and re-enable the latter. #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rapito
Copy link
Contributor

@rapito rapito commented Sep 26, 2021

Changes

  • Fixes main menu UI from being cleared up after coming back from tournament mode major scene
  • Removed Debug menu on tournament mode codes

@@ -10,8 +10,8 @@ bne CLEAR

# Check force bool
lbz r3, OFST_R13_FORCE_MENU_CLEAR(r13)
cmpwi r3, 0
bne CLEAR
cmpwi r3, 1
Copy link
Member

Choose a reason for hiding this comment

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

Do we know what this value is for? Maybe we should use a different r13 offset for FORCE_MENU_CLEAR instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its not clear to what id being used for exactly.

I just know that after you leave tournament mode it is not reset.

But it is always updated when you open up tournament mode. Its safe to use it for now.

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