Decompile creditsDrawBackgroundText

This commit is contained in:
Ryan Dwyer
2022-06-26 22:10:22 +10:00
parent 2a8375b974
commit 63554e92fb
2 changed files with 37 additions and 272 deletions
+1 -1
View File
@@ -916,7 +916,7 @@ void creditsResetSprites(void);
void creditsTickSprites(void);
void creditsGetSpritePos(struct coord *pos, struct creditssprite *sprite, s32 spritenum);
Gfx *creditsDrawSprites(Gfx *gdl);
Gfx *func0f1399d0(Gfx *gdl, s32 x, s32 y, char *text, struct fontchar *chars, struct font *font, f32 opacity, f32 speed, f32 spread);
Gfx *creditsDrawBackgroundText(Gfx *gdl, s32 x, s32 y, char *text, struct fontchar *chars, struct font *font, f32 opacity, f32 speed, f32 spread);
Gfx *creditsDrawForegroundText(Gfx *gdl, s32 x, s32 y, char *text, struct fontchar *chars, struct font *font, f32 transfrac, s32 hdir, s32 vdir, s32 stretch);
void creditsResetSlides(void);
struct credit *creditGetByRow(s32 row);