diff options
author | Evan <eroelke@gmail.com> | 2019-12-11 11:35:10 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-11 11:35:10 -0500 |
commit | 9806a60837602916d99076f7ba0e6df67f9b3515 (patch) | |
tree | 0b14b8d14714a694bbe2f5e4433479240453eeb8 /include/constants | |
parent | af24633bf3f00e47a9d52e0ae6f1914e0f1cfa3d (diff) |
finish trainer card matching and data
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/game_stat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/constants/game_stat.h b/include/constants/game_stat.h index b1f3d4197..234091bff 100644 --- a/include/constants/game_stat.h +++ b/include/constants/game_stat.h @@ -51,9 +51,10 @@ #define GAME_STAT_USED_DAYCARE 47 #define GAME_STAT_RODE_CABLE_CAR 48 #define GAME_STAT_ENTERED_HOT_SPRINGS 49 +#define GAME_STAT_NUM_UNION_ROOM_BATTLES 50 +#define GAME_STAT_BERRY_CRUSH_POINTS 51 -/*TODO: add new stats added in Emerald*/ - +#define NUM_USED_GAME_STATS 52 #define NUM_GAME_STATS 64 #endif // GUARD_CONSTANTS_GAME_STAT_H |