summaryrefslogtreecommitdiff
path: root/include/game_stat.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-03 22:50:17 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-03 22:50:17 +0200
commit5afd2d5bfb1ec117d80898d9ad1c2529d28a091c (patch)
treec930fe4733b8ae2bc02940ae6a35fbf73f933aca /include/game_stat.h
parentd09f39e97167fa10d51adbcd8b5d1f5e2cf73e1e (diff)
begin new save.c, label lots of things
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