mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
[iQue] Match z_kanfont (#2428)
This commit is contained in:
parent
161c789886
commit
c76d2a8a4d
5 changed files with 56 additions and 16 deletions
|
@ -74,6 +74,9 @@ void CutsceneFlags_Unset(PlayState* play, s16 flag);
|
|||
s32 CutsceneFlags_Get(PlayState* play, s16 flag);
|
||||
|
||||
s32 Kanji_OffsetFromShiftJIS(s32 character);
|
||||
#if PLATFORM_IQUE
|
||||
void Font_LoadCharCHN(Font* font, u16 character, u16 codePointIndex);
|
||||
#endif
|
||||
void Font_LoadCharWide(Font* font, u16 character, u16 codePointIndex);
|
||||
void Font_LoadChar(Font* font, u8 character, u16 codePointIndex);
|
||||
void Font_LoadMessageBoxIcon(Font* font, u16 icon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue