diff options
author | yenatch <yenatch@gmail.com> | 2017-09-26 18:16:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 18:16:52 -0400 |
commit | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (patch) | |
tree | 4140bab7968e1f0d726adf8fdce180a186212940 /include | |
parent | 701d53be8dc98d33d73536ac00ebe8db5d506f04 (diff) | |
parent | def827fcd48353d8a0292db249d26ac7a85b54ef (diff) |
Merge pull request #47 from PikalaxALT/split_data3
Split data3
Diffstat (limited to 'include')
-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 |