diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-11 18:20:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 18:20:58 -0500 |
commit | f12824e3b1643f86599e2c03c96b752a87a73746 (patch) | |
tree | ea95b65775cf7caf2089ea21f47a07c8571413bd /include/constants | |
parent | 7526b2ccf1ab02a975ee477341f8accbf3f108c5 (diff) | |
parent | b43c48202ba3b3a1cd31c8abf1a726bf8980f043 (diff) |
Merge pull request #180 from ghoulslash/trainer-card
Trainer card
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 |