diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-12 14:54:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:54:43 -0500 |
commit | 15ff7eb2f87032797f6ce9ef9bb471c468b48a36 (patch) | |
tree | 60d1318e686a7e4c9621ee7697c890b3c21cd696 /include/text.h | |
parent | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff) | |
parent | 483613e128d8dc5b419ea9ff83c92aa2e4e55042 (diff) |
Merge pull request #213 from PikalaxALT/script_pokemon_util
script_pokemon_util_80A0058, battle_interface
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index a15b42c92..e538123fd 100644 --- a/include/text.h +++ b/include/text.h @@ -250,7 +250,7 @@ u16 RenderText(struct TextPrinter *textPrinter); s32 GetStringWidthFixedWidthFont(const u8 *str, u8 fontId, u8 letterSpacing); s32 (*GetFontWidthFunc(u8 glyphId))(u16, bool32); s32 GetStringWidth(u8 fontId, const u8 *str, s16 letterSpacing); -u8 RenderTextFont9(u8 *pixels, u8 fontId, u8 *str); +u8 RenderTextFont9(u8 *pixels, u8 fontId, u8 *str, int a3, int a4, int a5, int a6, int a7); u8 DrawKeypadIcon(u8 windowId, u8 keypadIconId, u16 x, u16 y); u8 GetKeypadIconTileOffset(u8 keypadIconId); u8 GetKeypadIconWidth(u8 keypadIconId); |