mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
7 lines
123 B
C
7 lines
123 B
C
#ifndef GUARD_CONSTANTS_COINS_H
|
|
#define GUARD_CONSTANTS_COINS_H
|
|
|
|
#define MAX_COINS 9999
|
|
|
|
#endif // GUARD_CONSTANTS_COINS_H
|