diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-29 12:38:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:38:16 -0400 |
commit | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (patch) | |
tree | 96579246478b851117df7c544eb6a7253136bed8 /include/constants | |
parent | 731a4420353869e3d7e3b4a6e375a2234ee9169f (diff) | |
parent | 22e2c0a47ca876313604f0dd031abb324477186f (diff) |
Merge pull request #1378 from GriffinRichards/doc-berrycrush
Document Berry Crush
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/game_stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/game_stat.h b/include/constants/game_stat.h index e302f1345..2acdfd8a3 100644 --- a/include/constants/game_stat.h +++ b/include/constants/game_stat.h @@ -52,7 +52,7 @@ #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_51 51 +#define GAME_STAT_PLAYED_BERRY_CRUSH 51 #define NUM_USED_GAME_STATS 52 #define NUM_GAME_STATS 64 |