mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 18:23:19 -04:00
Decompile menuTextCurrentStageName3
This commit is contained in:
@@ -23,7 +23,7 @@ char *soloMenuTextAccuracy(struct menu_item *item);
|
||||
char *soloMenuTextMissionStatus(struct menu_item *item);
|
||||
char *soloMenuTextAgentStatus(struct menu_item *item);
|
||||
u32 func0f10d588(void);
|
||||
u32 func0f10d61c(void);
|
||||
char *menuTextCurrentStageName3(struct menu_item *item);
|
||||
u32 func0f10d678(void);
|
||||
char *soloMenuTextMissionTime(struct menu_item *item);
|
||||
struct menu_dialog *func0f10d730(void);
|
||||
|
||||
+5
-5
@@ -3136,11 +3136,11 @@ struct mptrack {
|
||||
};
|
||||
|
||||
struct stageoverviewentry {
|
||||
u32 stagenum;
|
||||
u8 unk04;
|
||||
u16 name1; // "dataDyne Central"
|
||||
u16 name2; // " - Defection"
|
||||
u16 name3; // "dataDyne Defection"
|
||||
/*0x00*/ u32 stagenum;
|
||||
/*0x04*/ u8 unk04;
|
||||
/*0x06*/ u16 name1; // "dataDyne Central"
|
||||
/*0x08*/ u16 name2; // " - Defection"
|
||||
/*0x0a*/ u16 name3; // "dataDyne Defection"
|
||||
};
|
||||
|
||||
struct stagemusic {
|
||||
|
||||
Reference in New Issue
Block a user