11 lines
No EOL
423 B
C
11 lines
No EOL
423 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#define TX_DEBUG_SYSTEM TRUE // Enables a overworld debug menu for changing flags, variables, giving pokemon and more, accessed by pressing R plus START.
|
|
#define TX_DEBUG_SYSTEM_IN_MENU FALSE // Replaces the overworld debug menu button combination with a start menu entry (replaces the exit entry).
|
|
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
|
|
#endif // GUARD_DEBUG_H
|