mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-23 09:27:33 -05:00
25 lines
580 B
C
25 lines
580 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
#define VERSION "v1.0.3 D"
|
|
|
|
#define DEBUG_MODE false
|
|
#define IGNORE_GAME_PAK true
|
|
#define IGNORE_LINK_CABLE false
|
|
#define IGNORE_MG_E4_FLAGS true
|
|
#define IGNORE_UNRECEIVED_PKMN true
|
|
#define FORCE_TUTORIAL false
|
|
#define DONT_REMOVE_PKMN false
|
|
#define SHOW_INVALID_PKMN false
|
|
#define IGNORE_DEX_COMPLETION false
|
|
#define WRITE_CABLE_DATA_TO_SAVE true
|
|
|
|
#define DEBUG_GAME EMERALD_ID
|
|
#define DEBUG_VERS VERS_1_0
|
|
#define DEBUG_LANG LANG_ENG
|
|
|
|
#define ENABLE_MATCH_PID true
|
|
#define ENABLE_OLD_EVENT false
|
|
#define ENABLE_DEBUG_SCREEN true
|
|
|
|
#endif |