mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
13 lines
251 B
C
13 lines
251 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
#define DEBUG_MODE true
|
|
#define IGNORE_GAME_PAK true
|
|
#define IGNORE_LINK_CABLE false
|
|
#define IGNORE_MG_E4_FLAGS true
|
|
|
|
#define DEBUG_GAME RUBY_ID
|
|
#define DEBUG_VERS VERS_1_0
|
|
#define DEBUG_LANG LANG_ENG
|
|
|
|
#endif |