diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 10:44:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 10:44:25 -0400 |
commit | a4f1de801550d35314b5ce51d54f30e4bdb8e767 (patch) | |
tree | f303cedc4b568c4436061cd0350039a1acbb3cd0 /include/berry_pouch.h | |
parent | 7abbe42763835f43dc2b08f8292a4ef83c50c5e1 (diff) |
Some renaming
Diffstat (limited to 'include/berry_pouch.h')
-rw-r--r-- | include/berry_pouch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/berry_pouch.h b/include/berry_pouch.h index 7c2bbb5cd..8e652225b 100644 --- a/include/berry_pouch.h +++ b/include/berry_pouch.h @@ -3,10 +3,10 @@ #include "task.h" -void sub_813D808(u8 taskId); -void sub_813D934(void (*)(void)); +void BerryPouch_StartFadeToExitCallback(u8 taskId); +void BerryPouch_SetExitCallback(void (*)(void)); void InitBerryPouch(u8, void (*)(void), u8); -void sub_813EB20(u8 taskId, u8 bgId, const u8 * str, TaskFunc followUpFunc); +void DisplayItemMessageInBerryPouch(u8 taskId, u8 bgId, const u8 * str, TaskFunc followUpFunc); void sub_813E2B8(u8 taskId); #endif //GUARD_BERRY_POUCH_H |