Decompile hudmsgCreateFromArgs

This commit is contained in:
Ryan Dwyer
2022-02-24 17:24:07 +10:00
parent 3cb65fb8cb
commit dad1c24f40
3 changed files with 159 additions and 830 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ void hudmsgCreateWithDuration(char *text, s32 type, struct hudmsgtype *config, s
void hudmsgCreateAsSubtitle(char *text, s32 type, u8 colourindex, s32 audiochannelnum);
void hudmsgCalculatePosition(struct hudmessage *msg);
void hudmsgCreateFromArgs(char *text, s32 type, s32 conf00, s32 conf01, s32 conf02,
struct hudmessagething *conf04, struct hudmessagething *conf08,
struct fontchar **conf04, struct font **conf08,
u32 textcolour, u32 shadowcolour,
u32 alignh, s32 conf16, u32 alignv, s32 conf18, s32 arg14, u32 flags);
void hudmsgsTick(void);