mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-30 06:06:21 -05:00
11 lines
423 B
C
11 lines
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
|