mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 20:16:02 -04:00
Decompile menuInitItemScrollable
This commit is contained in:
@@ -3261,6 +3261,13 @@ struct menuitemtickdata_ranking {
|
||||
u16 unk00;
|
||||
};
|
||||
|
||||
struct menuitemtickdata_scrollable {
|
||||
s16 unk00;
|
||||
u16 unk02;
|
||||
u16 unk04;
|
||||
s16 unk06;
|
||||
};
|
||||
|
||||
struct menuitemtickdata_slider {
|
||||
u16 unk00;
|
||||
};
|
||||
@@ -3268,6 +3275,7 @@ struct menuitemtickdata_slider {
|
||||
union menuitemtickdata {
|
||||
struct menuitemtickdata_marquee marquee;
|
||||
struct menuitemtickdata_ranking ranking;
|
||||
struct menuitemtickdata_scrollable scrollable;
|
||||
struct menuitemtickdata_slider slider;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user