mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-07-17 01:00:32 -05:00
10 lines
193 B
C
10 lines
193 B
C
#ifndef DEBUG_MODE_H
|
|
#define DEBUG_MODE_H
|
|
|
|
#define DEBUG_MODE true
|
|
#define IGNORE_LINK_CABLE true
|
|
#define DEBUG_GAME LEAFGREEN_ID
|
|
#define DEBUG_VERS VERS_1_1
|
|
#define DEBUG_LANG LANG_ENG
|
|
|
|
#endif |