Poke_Transporter_GB/include/debug_mode.h
Remnants of Forgotten Disney 22fc6ee9d2 Finalizing the ROM data rewrite
2024-03-09 17:30:43 -06:00

13 lines
250 B
C

#ifndef DEBUG_MODE_H
#define DEBUG_MODE_H
#define DEBUG_MODE true
#define IGNORE_GAME_PAK true
#define IGNORE_LINK_CABLE true
#define IGNORE_MG_E4_FLAGS true
#define DEBUG_GAME RUBY_ID
#define DEBUG_VERS VERS_1_0
#define DEBUG_LANG LANG_ENG
#endif