summaryrefslogtreecommitdiff
path: root/include/game_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game_stat.h')
-rw-r--r--include/game_stat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/game_stat.h b/include/game_stat.h
index 70b6f51ce..b8a5c3232 100644
--- a/include/game_stat.h
+++ b/include/game_stat.h
@@ -51,6 +51,9 @@
#define GAME_STAT_USED_DAYCARE 47
#define GAME_STAT_RODE_CABLE_CAR 48
#define GAME_STAT_ENTERED_HOT_SPRINGS 49
-#define NUM_GAME_STATS 50
+
+/*TODO: add new stats added in Emerald*/
+
+#define NUM_GAME_STATS 64
#endif // GUARD_GAME_STAT_H