mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 00:26:53 -04:00
Replace struct cheatthing with struct menu_item
This commit is contained in:
@@ -9,7 +9,7 @@ u32 func0f106ea0(void);
|
||||
u32 func0f1071c4(void);
|
||||
void func0f1074ec(void);
|
||||
u32 func0f107510(void);
|
||||
char *cheatGetNameIfUnlocked(struct cheatthing *thing);
|
||||
char *cheatGetNameIfUnlocked(struct menu_item *item);
|
||||
u32 cheatGetMarquee(void);
|
||||
s32 cheatGetByTimedStageIndex(s32 stage_index, s32 difficulty);
|
||||
s32 cheatGetByCompletedStageIndex(s32 stage_index);
|
||||
|
||||
@@ -2603,11 +2603,6 @@ struct cutscenegroup {
|
||||
u16 namefileid;
|
||||
};
|
||||
|
||||
struct cheatthing {
|
||||
u8 unk00;
|
||||
u8 cheat_id;
|
||||
};
|
||||
|
||||
struct cheatspec {
|
||||
u16 nametextid;
|
||||
u16 time;
|
||||
|
||||
Reference in New Issue
Block a user