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

Document debug flag 9 #256

Merged
merged 1 commit into from
May 30, 2024
Merged
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
2 changes: 1 addition & 1 deletion headers/types/common/enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -3846,7 +3846,7 @@ enum debug_flag {
// Was supposed to toggle a check to ensure the required parameters before entering a dungeon
// are set. Does nothing in the final game.
DEBUG_FLAG_NO_PLUNGE_CHECK = 8,
DEBUG_FLAG_DUNGEON_INFINITE_COMEBACK = 9, // Unknown purpose
DEBUG_FLAG_DUNGEON_INFINITE_COMEBACK = 9, // Allows reusing dungeon quicksaves
DEBUG_FLAG_GENERAL_DEBUG = 10, // Enables debug menus
// Allows manually overriding the results of a dungeon expedition
DEBUG_FLAG_EDIT_MODE = 11,
Expand Down