diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-11 19:51:51 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-11 19:51:51 -0500 |
commit | af1c24b751a12b5c5d283e13326df3a997ef27dd (patch) | |
tree | c85749e46d0f0dba95483ee16f264652c9233c1f /include/constants | |
parent | 0d586d304dbae11eeb0809ef7a06e2d23db5010c (diff) | |
parent | f12824e3b1643f86599e2c03c96b752a87a73746 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
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 |