diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-15 18:20:53 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-15 18:20:53 -0500 |
commit | 6cbea9af6dba53cf5b74a37d0161188f7eb3b3ac (patch) | |
tree | a2c5ca082bf9359ab056743afe4811f8c378be8a /include/constants/game_stat.h | |
parent | 4a71a61e58507281252eb0406fea966d6fb7ebd4 (diff) | |
parent | cfec30413c36f3a571d80162796c11a030f42767 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_pokedex
Diffstat (limited to 'include/constants/game_stat.h')
-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..7ebf3501b 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_50 50 +#define GAME_STAT_51 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 |