mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
10 lines
193 B
C
10 lines
193 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
#define DEBUG_MODE false
|
|
#define IGNORE_LINK_CABLE true
|
|
#define DEBUG_GAME SAPPHIRE_ID
|
|
#define DEBUG_VERS VERS_1_1
|
|
#define DEBUG_LANG LANG_ENG
|
|
|
|
#endif |