Poke_Transporter_GB/include/debug_mode.h
2023-11-08 15:06:23 -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