mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
6 lines
122 B
C
6 lines
122 B
C
|
#ifndef GUARD_CONSTANTS_COINS_H
|
||
|
#define GUARD_CONSTANTS_COINS_H
|
||
|
|
||
|
#define MAX_COINS 9999
|
||
|
|
||
|
#endif // GUARD_CONSTANTS_COINS_H
|