summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-12-11 19:51:51 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2019-12-11 19:51:51 -0500
commitaf1c24b751a12b5c5d283e13326df3a997ef27dd (patch)
treec85749e46d0f0dba95483ee16f264652c9233c1f /include/constants
parent0d586d304dbae11eeb0809ef7a06e2d23db5010c (diff)
parentf12824e3b1643f86599e2c03c96b752a87a73746 (diff)
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/game_stat.h5
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