mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-16 00:24:59 -05: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
|