diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-02 21:36:30 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-02 21:36:30 -0500 |
commit | 8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (patch) | |
tree | d88950f47992d61de0f560abb1e2ecede2830655 /include/berry_crush.h | |
parent | f77b0feba6f1152216eba3b2c1edf63ba76c5a80 (diff) |
Port berry_crush_2 from emerald
Diffstat (limited to 'include/berry_crush.h')
-rw-r--r-- | include/berry_crush.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/berry_crush.h b/include/berry_crush.h index 864d9b9d3..97e530f5e 100644 --- a/include/berry_crush.h +++ b/include/berry_crush.h @@ -151,6 +151,7 @@ struct BerryCrushGame u8 unk31C0[0x1000]; }; +struct BerryCrushGame *sub_814B6F0(void); void StartBerryCrush(MainCallback callback); u32 sub_814B6FC(MainCallback callback); void sub_814B8F0(void); @@ -161,5 +162,16 @@ void sub_814BABC(struct BerryCrushGame *arg0); void sub_814BB4C(u16, u8, u8 *); void sub_814D564(u8 *, u32, s32, u32, u32, u32, u32); void sub_814D9CC(struct BerryCrushGame *arg0); +bool32 sub_814D5C8(void); +bool32 sub_814D888(void); +void sub_814DA24(struct BerryCrushGame *arg0, struct BerryCrushGame_138 *arg1); +void sub_814DC24(struct BerryCrushGame *arg0, struct BerryCrushGame_138 *arg1); +void sub_814DC5C(struct BerryCrushGame *arg0, struct BerryCrushGame_138 *arg1); +bool32 sub_814DE50(struct BerryCrushGame *arg0, struct BerryCrushGame_138 *arg1); +bool32 sub_814E644(struct BerryCrushGame *arg0, struct BerryCrushGame_138 *arg1); +void sub_814E80C(struct BerryCrushGame *arg0); +void sub_814DA04(struct BerryCrushGame *arg0); +void sub_814EB04(struct BerryCrushGame_138 *arg0); +void sub_814DB84(struct Sprite * sprite); #endif //GUARD_BERRY_CRUSH_H |