Poke_Transporter_GB/include/debug_mode.h
2023-10-23 22:25:09 -05:00

9 lines
162 B
C

#ifndef DEBUG_MODE_H
#define DEBUG_MODE_H
#define DEBUG_MODE true
#define DEBUG_GAME EMERALD_ID
#define DEBUG_VERS VERS_1_0
// This is literally it. Yay.
#endif