mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-06 17:25:43 -05:00
19 lines
419 B
C
19 lines
419 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
#define DEBUG_MODE false
|
|
#define IGNORE_GAME_PAK false
|
|
#define IGNORE_LINK_CABLE false
|
|
#define IGNORE_MG_E4_FLAGS false
|
|
#define IGNORE_UNRECEIVED_PKMN false
|
|
#define FORCE_TUTORIAL false
|
|
#define DONT_REMOVE_PKMN false
|
|
#define SHOW_INVALID_PKMN false
|
|
|
|
#define DEBUG_GAME LEAFGREEN_ID
|
|
#define DEBUG_VERS VERS_1_1
|
|
#define DEBUG_LANG LANG_ENG
|
|
|
|
#define ENABLE_MATCH_PID true
|
|
|
|
#endif |