Poke_Transporter_GB/include/debug_mode.h
Remnants of Forgotten Disney 301ccf602b Finalizing Red/Blue Payload
2024-04-07 16:46:39 -05:00

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