mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile endscreenHandleContinue
This commit is contained in:
@@ -33,9 +33,9 @@ extern struct menudialog g_4MbMainMenu;
|
||||
extern struct menudialog menudialog_mpdropout;
|
||||
extern struct menudialog g_MpEditSimulant4MbMenuDialog;
|
||||
extern struct menudialog g_4MbAdvancedSetupMenuDialog;
|
||||
extern struct menudialog menudialog_1b5c0;
|
||||
extern struct menudialog g_MenuDialogRetryMission;
|
||||
extern struct menudialog g_MenuDialogPromptNextMission;
|
||||
extern struct menudialog menudialog_1b7a4;
|
||||
extern struct menudialog g_MenuDialogContinueOrReplay;
|
||||
extern u32 g_CheatColour;
|
||||
extern struct menudialog g_MenuDialogSoloEndscreenCompleted;
|
||||
extern struct menudialog g_MenuDialogSoloEndscreenFailed;
|
||||
|
||||
@@ -28,7 +28,7 @@ char *menuTitleStageFailed(struct menuitem *item);
|
||||
char *soloMenuTextMissionTime(struct menuitem *item);
|
||||
struct menudialog *func0f10d730(void);
|
||||
void func0f10d770(void);
|
||||
void func0f10d910(s32 arg0);
|
||||
void endscreenHandleContinue(s32 context);
|
||||
char *soloMenuTextCheatName(struct menuitem *item);
|
||||
char *soloMenuTextCheatName2(struct menuitem *item);
|
||||
char *soloMenuTextTargetTime(struct menuitem *item);
|
||||
|
||||
@@ -8,7 +8,7 @@ f32 pdmodeGetHealth(void);
|
||||
f32 pdmodeGetDamage(void);
|
||||
f32 pdmodeGetAccuracy(void);
|
||||
u32 func0f01b148(void);
|
||||
void func0f01b154(s32 arg0);
|
||||
void func0f01b154(s32 stagenum);
|
||||
void activemenuTick(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user