mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
9 lines
164 B
C
9 lines
164 B
C
#ifndef PCCS_SETTINGS_H
|
|
#define PCCS_SETTINGS_H
|
|
|
|
#define ON_GBA true
|
|
#define USE_COMPRESSED_DATA true
|
|
#define USE_CPP_RAND false
|
|
#define ACCESS_POKEDEX true
|
|
|
|
#endif |