Poke_Transporter_GB/include/debug_mode.h
Remnants of Forgotten Disney fde2cfe68f Adding check for other events
2023-11-18 12:58:48 -06:00

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