diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-26 18:24:39 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-26 18:24:39 -0400 |
commit | d160ca467920d97245c012b8dd0cb8be6d06620a (patch) | |
tree | 294fa7011b22853896dc622d291b0a5be08a752a /include/berry.h | |
parent | 0e75d957d675564977b2e442c16822bab390aa2c (diff) | |
parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) |
Merge branch 'master' into easy_chat
Diffstat (limited to 'include/berry.h')
-rw-r--r-- | include/berry.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/berry.h b/include/berry.h index dc0481d3d..f51503d41 100644 --- a/include/berry.h +++ b/include/berry.h @@ -53,4 +53,11 @@ void ResetBerryTreeSparkleFlags(void); extern const struct Berry gBerries[]; +struct UnkStruct_0858AB24 { + u8 unk0; + u16 unk1; +}; + +extern const struct UnkStruct_0858AB24 gUnknown_0858AB24[]; + #endif // GUARD_BERRY_H |