mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
11 lines
159 B
C
11 lines
159 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#define TX_DEBUGGING
|
|
#define TX_DEBUG_MENU_OPTION FALSE
|
|
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
|
|
#endif // GUARD_DEBUG_H
|