diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-14 22:14:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-14 22:14:50 -0500 |
commit | d064611e623bc21f148356f06c916eaebce1e971 (patch) | |
tree | 03cd64704bb3eb57ff9223bff1fbc0a29af16585 /include/list_menu.h | |
parent | f12824e3b1643f86599e2c03c96b752a87a73746 (diff) | |
parent | 3301c8ff1d852ab95a6607783500beaa96c807bd (diff) |
Merge pull request #181 from PikalaxALT/pokedex_screen
Pokedex screen
Diffstat (limited to 'include/list_menu.h')
-rw-r--r-- | include/list_menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/list_menu.h b/include/list_menu.h index 94a49d2c2..237805f38 100644 --- a/include/list_menu.h +++ b/include/list_menu.h @@ -73,8 +73,8 @@ struct ListMenuWindowRect extern struct ListMenuTemplate gMultiuseListMenuTemplate; s32 DoMysteryGiftListMenu(const struct WindowTemplate *windowTemplate, const struct ListMenuTemplate *listMenuTemplate, u8 arg2, u16 tileNum, u16 palNum); -u8 ListMenuInit(struct ListMenuTemplate *listMenuTemplate, u16 cursorPos, u16 itemsAbove); -u8 ListMenuInitInRect(struct ListMenuTemplate *listMenuTemplate, struct ListMenuWindowRect *rect, u16 cursorPos, u16 itemsAbove); +u8 ListMenuInit(const struct ListMenuTemplate *listMenuTemplate, u16 cursorPos, u16 itemsAbove); +u8 ListMenuInitInRect(const struct ListMenuTemplate *listMenuTemplate, const struct ListMenuWindowRect *rect, u16 cursorPos, u16 itemsAbove); s32 ListMenu_ProcessInput(u8 listTaskId); void DestroyListMenuTask(u8 listTaskId, u16 *cursorPos, u16 *itemsAbove); void RedrawListMenu(u8 listTaskId); |