mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
21 lines
480 B
C
21 lines
480 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 FIRERED_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 |