mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-06 18:41:00 -04:00
jpn-final: Attempt to decompile frRenderHudElement
This commit is contained in:
@@ -49,4 +49,6 @@ Gfx *textRender(Gfx *gdl, s32 *x, s32 *y, char *text, struct fontchar *font1, st
|
||||
void textMeasure(s32 *textheight, s32 *textwidth, char *text, struct fontchar *font1, struct font *font2, s32 lineheight);
|
||||
void textWrap(s32 width, char *in, char *out, struct fontchar *font1, struct font *font2);
|
||||
|
||||
Gfx *func0f1574d0jf(Gfx *gdl, s32 *x, s32 *y, char *text, struct fontchar *font1, struct font *font2, s32 colour, u32 colour2, s32 width, s32 height, s32 arg9, u32 arg10);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -118,19 +118,20 @@ void frGetGoalScoreText(char *buffer1, char *buffer2);
|
||||
bool frGetMinAccuracy(char *buffer1, f32 accuracy, char *buffer2);
|
||||
bool frGetHudMiddleSubtext(char *buffer1, char *buffer2);
|
||||
bool frGetFeedback(char *score, char *zone, char *extrabuffer);
|
||||
Gfx *frRenderHudElement(Gfx *gdl, s32 x, s32 y, char *string1, char *string2, char *string3, u32 colour, u8 alpha);
|
||||
#else
|
||||
void frGetGoalTargetsText(char *buffer);
|
||||
void frGetGoalScoreText(char *buffer);
|
||||
bool frGetMinAccuracy(char *buffer, f32 accuracy);
|
||||
bool frGetHudMiddleSubtext(char *buffer);
|
||||
bool frGetFeedback(char *score, char *zone);
|
||||
Gfx *frRenderHudElement(Gfx *gdl, s32 x, s32 y, char *string1, char *string2, u32 colour, u8 alpha);
|
||||
#endif
|
||||
|
||||
void frGetTargetsDestroyedValue(char *buffer);
|
||||
void frGetScoreValue(char *buffer);
|
||||
f32 frGetAccuracy(char *buffer);
|
||||
bool frFormatTime(char *buffer);
|
||||
Gfx *frRenderHudElement(Gfx *gdl, s32 x, s32 y, char *string1, char *string2, u32 colour, u8 alpha);
|
||||
Gfx *frRenderHud(Gfx *gdl);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user