Decompile menuInitItemKeyboard

This commit is contained in:
Ryan Dwyer
2020-09-24 23:03:16 +10:00
parent c8b51d49b6
commit a12c1ace54
2 changed files with 29 additions and 40 deletions
+9
View File
@@ -3265,6 +3265,14 @@ struct menuitemtickdata_dropdown {
u16 unk0c;
};
struct menuitemtickdata_keyboard {
char string[11];
u8 unk0b;
u8 unk0c;
u8 unk0d_01 : 1;
u8 unk0d_02 : 1;
};
struct menuitemtickdata_marquee {
u16 totalmoved;
u16 sum;
@@ -3290,6 +3298,7 @@ struct menuitemtickdata_slider {
union menuitemtickdata {
struct menuitemtickdata_controller controller;
struct menuitemtickdata_dropdown dropdown;
struct menuitemtickdata_keyboard keyboard;
struct menuitemtickdata_marquee marquee;
struct menuitemtickdata_ranking ranking;
struct menuitemtickdata_scrollable scrollable;