mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-29 10:30:51 -04:00
Attempt to decompile titleRenderNoController
This commit is contained in:
@@ -10,7 +10,7 @@ s32 activemenuGetFirstBuddyIndex(void);
|
||||
void activemenuApply(s32 slot);
|
||||
void activemenuGetSlotDetails(s32 slot, u32 *flags, char *dst);
|
||||
void func0f0fe848(void);
|
||||
s16 func0f0fea14(void);
|
||||
s16 activemenuCalculateSlotWidth(void);
|
||||
void activemenuChangeScreen(s32 step);
|
||||
u32 func0f0fecd4(void);
|
||||
void activemenuOpen(void);
|
||||
|
||||
@@ -38,12 +38,12 @@ u32 func0f1552d4(void);
|
||||
u32 func0f15568c(void);
|
||||
u32 func0f156024(void);
|
||||
u32 func0f156030(void);
|
||||
u32 func0f15603c(void);
|
||||
Gfx *textRenderWhite(Gfx *gdl, s32 *x, s32 *y, char *text, u32 arg4, u32 arg5, s32 arg6, s16 arg7, s16 arg8, u32 arg9, u32 arg10);
|
||||
u32 func0f1566cc(void);
|
||||
u32 func0f156790(void);
|
||||
u32 func0f156a24(void);
|
||||
u32 func0f156e48(void);
|
||||
void func0f1572f8(u32 *arg0, s32 *arg1, char *label, u32 arg3, u32 arg4, u32 arg5);
|
||||
Gfx *textRender(Gfx *gdl, s32 *x, s32 *y, char *text, u32 arg4, u32 arg5, s32 arg6, u32 colour, s16 arg8, s16 arg9, u32 arg10, u32 arg11);
|
||||
void textMeasure(s32 *textheight, s32 *textwidth, char *text, u32 arg3, u32 arg4, u32 arg5);
|
||||
void func0f157520(s32 arg0, char *arg1, char *arg2, u32 arg3, u32 arg4);
|
||||
u32 func0f1577f0(void);
|
||||
u32 func0f1578c8(void);
|
||||
|
||||
@@ -39,8 +39,8 @@ void func0000bba0(s16 arg0, s16 arg1);
|
||||
u32 func0000bbc4(void);
|
||||
u32 func0000bbd4(void);
|
||||
void func0000bbe4(s16 arg0, s16 arg1);
|
||||
s32 func0000bc08(void);
|
||||
s32 func0000bc18(void);
|
||||
s16 func0000bc08(void);
|
||||
s16 func0000bc18(void);
|
||||
void func0000bc28(s16 arg0, s16 arg1);
|
||||
s16 func0000bc88(void);
|
||||
s16 func0000bc98(void);
|
||||
|
||||
@@ -17,7 +17,7 @@ u32 func00013c94(void);
|
||||
u32 func00013dd4(void);
|
||||
u32 func00013dfc(void);
|
||||
u32 func00013e84(void);
|
||||
u32 func0001404c(void);
|
||||
u32 getConnectedControllers(void);
|
||||
u32 func00014058(void);
|
||||
u32 func00014238(void);
|
||||
u32 func000142f0(void);
|
||||
|
||||
+1
-1
@@ -4358,7 +4358,7 @@ struct trainingdata {
|
||||
struct activemenuthing {
|
||||
/*0x00*/ s8 screenindex;
|
||||
/*0x02*/ u16 unk02;
|
||||
/*0x04*/ s16 unk04;
|
||||
/*0x04*/ s16 slotwidth;
|
||||
/*0x06*/ u16 unk06;
|
||||
/*0x08*/ u16 unk08;
|
||||
/*0x0a*/ s16 unk0a;
|
||||
|
||||
Reference in New Issue
Block a user