diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-19 18:45:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-19 18:45:38 -0400 |
commit | 7bc152e2ed84d5c50db1f5c916f02911ce09be1e (patch) | |
tree | ded52fb88c9df75655a7c119a88b728f9bd33198 /include/international_string_util.h | |
parent | a252140f3b462efbeaec392030479e9e12999f23 (diff) | |
parent | 8ceecd9fba385442f55bff2d19977e3c2fd6e5e8 (diff) |
Merge branch 'master' into mail
Diffstat (limited to 'include/international_string_util.h')
-rw-r--r-- | include/international_string_util.h | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/include/international_string_util.h b/include/international_string_util.h index 412e71de2..1c2836132 100644 --- a/include/international_string_util.h +++ b/include/international_string_util.h @@ -1,15 +1,23 @@ #ifndef GUARD_INTERNATIONAL_STRING_UTIL_H #define GUARD_INTERNATIONAL_STRING_UTIL_H -// Exported type declarations - -// Exported RAM declarations - -// Exported ROM declarations - void sub_81DB52C(const u8 *src); -void TVShowConvertInternationalString(void *dest, const void *src, u8 language); +void TVShowConvertInternationalString(u8 *dest, const u8 *src, u8 language); +u32 sub_81DB604(const u8 *); +s32 GetStringCenterAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth); +s32 GetStringRightAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth); +s32 GetStringCenterAlignXOffsetWithLetterSpacing(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing); +s32 GetStringWidthDifference(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing); +s32 GetMaxWidthInMenuTable(const u8 **str, s32 arg1); +s32 sub_81DB3D8(const u8 **str, u8* arg1, s32 arg2); +// sub_81DB41C +// sub_81DB468 +// sub_81DB494 +// sub_81DB4DC +// sub_81DB52C +// sub_81DB554 +// sub_81DB5AC u32 sub_81DB604(const u8 *); -s32 GetStringCenterAlignXOffset(u8 fontId, const u8 *str, s32 totalWidth); +// sub_81DB620 -#endif //GUARD_INTERNATIONAL_STRING_UTIL_H +#endif // GUARD_INTERNATIONAL_STRING_UTIL_H |