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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions ASM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ You'll need to disable `Unique Game Save Directory` in Project64 for these to wo

How to use the Debug mode:
- First put the DEBUG_MODE variable at 1 in debug.h.
- You will then have access to a hidden menu with the following options:
- Now the N64 logo sequence at the start of the game will be skipped, the L button will allow you to levitaten and you will then have access to a hidden menu with the following options:
- Instant warps to Dungeons, Bosses or Overworld locations
- Item inventory edits
- Instant age switch with the current location kept
- Bunny Hood applied on
The menu will appear if you press either L+R or Dpad-Up according to what you set for the menu_not_on_dup variable in debug.c.
- Bunny Hood
- In-game clock
- Actor and overlay list
The menu will appear if you press either Dpad-Up or L.
Use Dpad-Left/Dpad-Right and A/B to navigate it.
The L Button will also allow you to levitate.
The warps and items are easily customizable with the code at the top of debug.c.
- Additionally, you can call functions to print numbers on screen, to help you debug new features.
Call either draw_debug_int or draw_debug_float in your code, with the first argument being the number wanted to be displayed, and the
Expand Down
Loading
Loading