diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-06 18:06:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-06 18:06:24 -0400 |
commit | 736b89ae3d4ffb335ef9e073556bc630c5541b70 (patch) | |
tree | e97d50e764c52c012092aecb2d80266442677a79 /include/berry_pouch.h | |
parent | 5620b0ed1a330e38c0d4cdbbfea2c5ce75053925 (diff) | |
parent | fb9b695f9a366f662b5262f440d77c770b131d0d (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/berry_pouch.h')
-rw-r--r-- | include/berry_pouch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/berry_pouch.h b/include/berry_pouch.h index cd9866d81..f478ff194 100644 --- a/include/berry_pouch.h +++ b/include/berry_pouch.h @@ -19,5 +19,6 @@ void BerryPouch_SetExitCallback(void (*exitCallback)(void)); void InitBerryPouch(u8 type, void (*savedCallback)(void), u8 allowSelect); void DisplayItemMessageInBerryPouch(u8 taskId, u8 fontId, const u8 * str, TaskFunc followUpFunc); void Task_BerryPouch_DestroyDialogueWindowAndRefreshListMenu(u8 taskId); +void BerryPouch_CursorResetToTop(void); #endif //GUARD_BERRY_POUCH_H |