diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-03-19 18:52:37 -0400 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-03-19 18:52:37 -0400 |
commit | 0691632ac61decd53901f4a59a56d2ca79554311 (patch) | |
tree | cdc3caa5d6d545fc0f17f4426b7f60f1fd01ed0f /gflib/text.c | |
parent | 7198d40ec8dac00e3fc5b0d2ae01741fd12aea0e (diff) |
oops
Diffstat (limited to 'gflib/text.c')
-rw-r--r-- | gflib/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/text.c b/gflib/text.c index f07a2367a..a4e8d8bd3 100644 --- a/gflib/text.c +++ b/gflib/text.c @@ -1280,7 +1280,7 @@ s32 GetStringWidth(u8 fontId, const u8 *str, s16 letterSpacing) default: return 0; } - case CHAR_SPECIAL_F7: + case CHAR_DYNAMIC: if (bufferPointer == NULL) bufferPointer = DynamicPlaceholderTextUtil_GetPlaceholderPtr(*++str); while (*bufferPointer != EOS) |