Poke_Transporter_GB/include/debug_mode.h
Remnants of Forgotten Disney 0a45b08524 Fixed memory bug
2023-11-20 13:50:37 -06:00

10 lines
193 B
C

#ifndef DEBUG_MODE_H
#define DEBUG_MODE_H
#define DEBUG_MODE false
#define IGNORE_LINK_CABLE true
#define DEBUG_GAME SAPPHIRE_ID
#define DEBUG_VERS VERS_1_1
#define DEBUG_LANG LANG_ENG
#endif