diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-25 02:05:30 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-25 13:18:46 -0500 |
| commit | 35c0e1f60abcd81543c596df8ede65b418e79bd9 (patch) | |
| tree | 6e06c7c4b754960907063642818bab1e933297a4 /include/constants/coins.h | |
| parent | a09e66b53f61027d8805e5d6bb4df3d679693485 (diff) | |
Document Celadon City scripts
Diffstat (limited to 'include/constants/coins.h')
| -rw-r--r-- | include/constants/coins.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/coins.h b/include/constants/coins.h new file mode 100644 index 000000000..3ae3bb23f --- /dev/null +++ b/include/constants/coins.h @@ -0,0 +1,6 @@ +#ifndef GUARD_CONSTANTS_COINS_H +#define GUARD_CONSTANTS_COINS_H + +#define MAX_COINS 9999 + +#endif // GUARD_CONSTANTS_COINS_H |
