Poke_Transporter_GB/include/debug_mode.h
The Gears of Progress aa4d2573b8 Fixing bugs
2024-07-11 11:18:38 -04:00

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