diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-19 18:03:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-19 18:28:55 -0400 |
commit | 7eeba327bd6dc235a33f06a7779e3b3c52f04475 (patch) | |
tree | e9639b90704ac227cb14a0ec87b9dc0b2a478a15 /include/berry_pouch.h | |
parent | caa193364bf786cb567ed16eb4670ed2cc4cb362 (diff) |
Dump items and start decomp item_use
Diffstat (limited to 'include/berry_pouch.h')
-rw-r--r-- | include/berry_pouch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/berry_pouch.h b/include/berry_pouch.h new file mode 100644 index 000000000..8427afc7e --- /dev/null +++ b/include/berry_pouch.h @@ -0,0 +1,7 @@ +#ifndef GUARD_BERRY_POUCH_H +#define GUARD_BERRY_POUCH_H + +void sub_813D808(u8 taskId); +void sub_813D934(void (*)(void)); + +#endif //GUARD_BERRY_POUCH_H |