Gates:Debug menus: Difference between revisions
m (Text replacement - "[[Category:Gates " to "[[Category:Gates to Infinity ") Tags: Mobile edit Mobile web edit |
No edit summary |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
'''Debug menus''' in | '''Debug menus''' in {{GatesToInfinityTitle}} are menus used by developers to test things in-game. They can be accessed by {{Gates|hacking}} the game, editing a .lua files to execute certain functions. | ||
Note: Currently only tested in the European version of the game. | Note: Currently only tested in the European version of the game. | ||
Line 7: | Line 7: | ||
Functions: OpenGroundDebugMenu() and OpenDungeonDebugMenu() | Functions: OpenGroundDebugMenu() and OpenDungeonDebugMenu() | ||
The dungeon debug menu and its sub-menus are used to debug town areas outside of {{Gates| | The dungeon debug menu and its sub-menus are used to debug town areas outside of {{Gates|dungeon}}s, while the dungeon debug menu and its sub-menus are used to debug dungeons themselves. | ||
==Other debug menus and scripts== | ==Other debug menus and scripts== | ||
==Main Menu Rescue Debug Menu== | |||
A debug menu allows entering a state of needing to be rescued, as well as rescuing automatically while asking for help. When active, it replaces Wonder Mail and only appears when it can be used. | |||
===Takahashi test=== | ===Takahashi test=== | ||
Function: OpenTestTakahashiMenu() | Function: OpenTestTakahashiMenu() | ||
Line 19: | Line 22: | ||
A test by one of the developers. Looks like a test for a multiplayer menu. The cursor can weirdly hover the header. Selecting anything and even pressing B brings back to the {{Gates|Main Menu}}. | A test by one of the developers. Looks like a test for a multiplayer menu. The cursor can weirdly hover the header. Selecting anything and even pressing B brings back to the {{Gates|Main Menu}}. | ||
===sp_waza_test=== | |||
File: script/test/user/scripter02/sp_waza_test.lua | |||
A menu for testing animation effects for moves. | |||
<blockquote> | |||
Which move type will you check? | |||
* Screen Moves | |||
* Single Moves | |||
</blockquote> | |||
After selecting Screen Moves | |||
<blockquote> | |||
Please select! | |||
* Menu | |||
* Ominous Wind Damage Continuous | |||
* Ominous Wind simultaneous damage | |||
* Ominous Wind simultaneous MSG1 time | |||
</blockquote> | |||
Selecting "Single Moves" closes the menu. Selecting "Menu" in the submenu goes back to the previous menu. | |||
<!-- | <!-- | ||
Line 25: | Line 50: | ||
</gallery> | </gallery> | ||
--> | --> | ||
==See Also== | ==See Also== | ||
Line 37: | Line 58: | ||
==References== | ==References== | ||
* Debug menus discovered and researched by {{Admin|B}}. | |||
<references /> | <references /> | ||
[[Category:Gates | [[Category:Gates to Infinity Unused Content]] | ||
[[Category:Unused Content]] | [[Category:Unused Content]] |
Latest revision as of 00:19, 12 July 2025
Debug menus in Pokémon Mystery Dungeon: Gates to Infinity 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.
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.
Main Menu Rescue Debug Menu
A debug menu allows entering a state of needing to be rescued, as well as rescuing automatically while asking for help. When active, it replaces Wonder Mail and only appears when it can be used.
Takahashi test
Function: OpenTestTakahashiMenu()
A test by one of the developers. Asks to let a Cobalion join the team, and give it a name if accepted.
Shinkawa test
Function: OpenTestShinkawaMenu()
A test by one of the developers. Looks like a test for a multiplayer menu. The cursor can weirdly hover the header. Selecting anything and even pressing B brings back to the Main Menu.
sp_waza_test
File: script/test/user/scripter02/sp_waza_test.lua
A menu for testing animation effects for moves.
Which move type will you check?
- Screen Moves
- Single Moves
After selecting Screen Moves
Please select!
- Menu
- Ominous Wind Damage Continuous
- Ominous Wind simultaneous damage
- Ominous Wind simultaneous MSG1 time
Selecting "Single Moves" closes the menu. Selecting "Menu" in the submenu goes back to the previous menu.
See Also
References
- Debug menus discovered and researched by B.