1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 18:03:35 +01:00
2017-09-08 22:23:14 +02:00

13 lines
162 B
C

#ifndef GUARD_CONFIG_H
#define GUARD_CONFIG_H
#define ENGLISH
#ifdef ENGLISH
#define UNITS_IMPERIAL
#else
#define UNITS_METRIC
#endif
#endif // GUARD_CONFIG_H