diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-31 01:44:18 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-31 01:44:18 -0400 |
commit | 36039e1b86631bf92c6bb06ee27357a6a40ca4bd (patch) | |
tree | f0762f598ccecaab23185823a24c3d554ba0c2db /gflib/text.h | |
parent | fdaf436960b4a1feab037eafdb76e279ddc787e2 (diff) |
Convert fonts.s to C
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/text.h b/gflib/text.h index 2c981de20..d23ee1be5 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -147,7 +147,7 @@ bool16 TextPrinterWait(struct TextPrinter *textPrinter); void DrawDownArrow(u8 windowId, u16 x, u16 y, u8 bgColor, bool8 drawArrow, u8 *counter, u8 *yCoordIndex); u16 RenderText(struct TextPrinter *textPrinter); s32 GetStringWidth(u8 fontId, const u8 *str, s16 letterSpacing); -u8 RenderTextFont9(u8 *pixels, u8 fontId, u8 *str); +u8 RenderTextHandleBold(u8 *pixels, u8 fontId, u8 *str); u8 DrawKeypadIcon(u8 windowId, u8 keypadIconId, u16 x, u16 y); u8 GetKeypadIconTileOffset(u8 keypadIconId); u8 GetKeypadIconWidth(u8 keypadIconId); |