mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
149 B
C
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
|