mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-21 16:37:39 -05:00
22 lines
513 B
C
22 lines
513 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
#define DEBUG_MODE false
|
|
#define IGNORE_GAME_PAK true
|
|
#define IGNORE_LINK_CABLE true
|
|
#define IGNORE_MG_E4_FLAGS false
|
|
#define IGNORE_UNRECEIVED_PKMN true
|
|
#define FORCE_TUTORIAL false
|
|
#define DONT_REMOVE_PKMN false
|
|
#define SHOW_INVALID_PKMN false
|
|
#define IGNORE_DEX_COMPLETION true
|
|
|
|
#define DEBUG_GAME SAPPHIRE_ID
|
|
#define DEBUG_VERS VERS_1_0
|
|
#define DEBUG_LANG LANG_ENG
|
|
|
|
#define ENABLE_MATCH_PID true
|
|
#define ENABLE_OLD_EVENT true
|
|
#define ENABLE_DEBUG_SCREEN true
|
|
|
|
#endif |