Super MD:Debug menus: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


==General debug menus==
==General debug menus==
==={{SuperMD|ground debug}} and {{SuperMD|dungeon debug}}===
Functions: OpenGroundDebugMenu() and OpenDungeonDebugMenu()
Functions: OpenGroundDebugMenu() and OpenDungeonDebugMenu()


The {{SuperMD|ground debug}} menu and its sub-menus are used to debug town areas outside of {{SuperMD|dungeons}}, while the {{SuperMD|dungeon debug}} menu and its sub-menus are used to debug dungeons themselves. Both of these are based on the two equivalent {{Gates|debug menus}} from {{Gates|Gates to Infinity}} and have many leftovers. See their respective pages for more details.
The dungeon debug menu and its sub-menus are used to debug town areas outside of {{SuperMD|dungeons}}, while the dungeon debug menu and its sub-menus are used to debug dungeons themselves. Both of these are based on the two equivalent {{Gates|debug menus}} from {{Gates|Gates to Infinity}} and have many leftovers.


==Other debug menus==
==Other debug menus==

Revision as of 14:45, 29 April 2022

Debug menus in Pokémon Super Mystery Dungeon are menus used by developers to test things in-game. They can be accessed by hacking the game, editing a .lua files to execute certain functions.

Note: Currently only tested in the European version of the game.

General debug menus

ground debug and dungeon debug

Functions: OpenGroundDebugMenu() and OpenDungeonDebugMenu()

The dungeon debug menu and its sub-menus are used to debug town areas outside of dungeons, while the dungeon debug menu and its sub-menus are used to debug dungeons themselves. Both of these are based on the two equivalent debug menus from Gates to Infinity and have many leftovers.

Other debug menus

Ground debug menu for top menu

Function: OpenGroundDebugMenuForTopMenu()

This menu only has two sub-menus: "Change Hero/Partner", which is the same as the equivalent sub-menu in the normal Ground debug menu, and "Change partner's gender". Both work correctly.


See Also

References