diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-25 15:03:52 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-25 15:03:52 -0400 |
commit | bf9e2b7210361695a3ffdb8305c054c41ad18609 (patch) | |
tree | 282bdb705cd6d23b533a99642043a075bc3db0fe /include/berry.h | |
parent | 55bae5e8adb9418552c7bd8b75523c2c8a67052b (diff) |
split data3_a1
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 |