1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-19 10:43:35 +01:00
2020-07-30 19:37:16 -04:00

8 lines
149 B
C

#ifndef GUARD_CONSTANTS_COINS_H
#define GUARD_CONSTANTS_COINS_H
#define MAX_COINS 9999
#define MAX_COIN_DIGITS 4
#endif // GUARD_CONSTANTS_COINS_H