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

Debug menu 2.0 #2297

Open
wants to merge 2 commits into
base: Dev
Choose a base branch
from
Open

Debug menu 2.0 #2297

wants to merge 2 commits into from

Conversation

GSKirox
Copy link
Collaborator

@GSKirox GSKirox commented Sep 5, 2024

New features available with DEBUG_MODE at 1:

  • The N64 logo sequence is skipped at the start.
  • The dungeons warps are extended: each dungeon will have a choice of several rooms to warp directly into instead of only the entrance. No more riding the boat if you want to test something at the end of Shadow Temple.
  • Option to display a clock at the bottom of the screen to show the in-game time.
  • Actor list menu, which displays the current actors spawned in the scene, sorted first by their actor categories, and then listed as actor_id, memory address, x y and z coordinates. The current actor selected will be colored in red in-game so that you can look for it easier.
  • Overlay menu, which displays the current overlays in the scene, listed as actor_id, VRAM address.

@fenhl fenhl added Component: ASM/C Changes some internals of the ASM/C libraries Status: Needs Review Someone should be looking at it Status: Needs Testing Probably should be tested Type: Maintenance Code style, infrastructure, updating dependencies labels Sep 6, 2024
@fenhl fenhl removed the Status: Needs Review Someone should be looking at it label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: ASM/C Changes some internals of the ASM/C libraries Status: Needs Testing Probably should be tested Type: Maintenance Code style, infrastructure, updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants