summaryrefslogtreecommitdiff
path: root/include/list_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-21 13:45:38 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-21 13:45:38 -0400
commitbcc2b21b1db3a0a54c5d5c446644b288064e14d9 (patch)
tree052d5146e7ae98f2236d54013fc2e3976e692221 /include/list_menu.h
parent11f1419d080f346574b7a83d528c42a9473d41ec (diff)
ListMenuUpdateSelectedRowIndexAndScrollOffset
Diffstat (limited to 'include/list_menu.h')
-rw-r--r--include/list_menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/list_menu.h b/include/list_menu.h
index 0be1a32a..966a942a 100644
--- a/include/list_menu.h
+++ b/include/list_menu.h
@@ -29,7 +29,7 @@ struct ListMenuItem
// A lot of these are named based on similar fields in gen 3.
typedef void (*LM_MOVECURSORFUNC)(s32, u8, struct ListMenu *);
-typedef void (*LM_ITEMPRINTFUNC)(struct Window *, s32, u8);
+typedef void (*LM_ITEMPRINTFUNC)(struct ListMenu *, s32, u8);
struct ListMenuTemplate
{
@@ -50,7 +50,7 @@ struct ListMenuTemplate
u16 itemVerticalPadding:4;
u16 scrollMultiple:2;
u16 fontId:6;
- u16 unk_1B_7:1;
+ u16 cursorKind:1;
/*0x1C*/ u32 unk_1C;
};