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

8 lines
149 B
C
Raw Normal View History

2019-11-07 09:41:59 -05:00
#ifndef GUARD_CONSTANTS_COINS_H
#define GUARD_CONSTANTS_COINS_H
#define MAX_COINS 9999
2020-07-29 04:46:58 -04:00
#define MAX_COIN_DIGITS 4
2019-11-07 09:41:59 -05:00
#endif // GUARD_CONSTANTS_COINS_H