mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile menuInitItemKeyboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user