mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile htPushEndscreen
This commit is contained in:
@@ -383,8 +383,8 @@ extern struct menu_dialog menudialog_trainingstats_failed;
|
||||
extern struct menu_dialog menudialog_trainingstats_completed;
|
||||
extern struct menu_dialog g_HoloTrainingListMenuDialog;
|
||||
extern struct menu_dialog g_HoloTrainingDetailsMenuDialog;
|
||||
extern struct menu_dialog menudialog_trainingstats_failed2;
|
||||
extern struct menu_dialog menudialog_trainingstats_completed2;
|
||||
extern struct menu_dialog g_HoloTrainingStatsFailedMenuDialog;
|
||||
extern struct menu_dialog g_HoloTrainingStatsCompletedMenuDialog;
|
||||
extern u32 var800897a4;
|
||||
extern u32 var800897b4;
|
||||
extern u32 var800897c4;
|
||||
|
||||
@@ -55,7 +55,7 @@ void func0f0f820c(struct menu_dialog *dialog, s32 arg1);
|
||||
u32 func0f0f82a8(void);
|
||||
void func0f0f8300(void);
|
||||
void menuPushRootDialog(struct menu_dialog *dialog, s32 arg1);
|
||||
u32 func0f0f85e0(void);
|
||||
void func0f0f85e0(struct menu_dialog *dialog, s32 arg1);
|
||||
u32 func0f0f8634(void);
|
||||
u32 func0f0f86a8(void);
|
||||
void func0f0f8bb4(u32 *arg0, u32 arg1, u32 arg2);
|
||||
|
||||
@@ -90,7 +90,7 @@ u32 func0f1a1e90(void);
|
||||
u32 func0f1a1f00(void);
|
||||
u32 func0f1a1f70(void);
|
||||
struct trainingdata *getHoloTrainingData(void);
|
||||
u32 htPushEndscreen(void);
|
||||
void htPushEndscreen(void);
|
||||
void func0f1a2070(void);
|
||||
u32 func0f1a2198(void);
|
||||
u32 func0f1a2220(void);
|
||||
|
||||
+6
-5
@@ -4857,11 +4857,12 @@ struct portal {
|
||||
};
|
||||
|
||||
struct trainingdata {
|
||||
u32 intraining : 1;
|
||||
u32 unk00_01 : 1;
|
||||
u32 unk00_02 : 1;
|
||||
u32 finished : 1;
|
||||
u32 holographedpc : 1;
|
||||
u8 intraining : 1;
|
||||
u8 failed : 1;
|
||||
u8 completed : 1;
|
||||
u8 finished : 1;
|
||||
u8 holographedpc : 1;
|
||||
u8 unk01;
|
||||
s32 timetaken;
|
||||
u32 unk08;
|
||||
u32 unk0c;
|
||||
|
||||
Reference in New Issue
Block a user