diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-23 00:11:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 00:11:25 +0100 |
commit | 02dd778e9fa03920f4dc6a337fe4896e3d370842 (patch) | |
tree | d939903ebd99e5f378149392dfa4e76afd5c514d /include/font.h | |
parent | eccedb90078b403eb46abce3db6c262170d66c2d (diff) | |
parent | 66d408a02664eabd153377fe3f4842da0da2d627 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'include/font.h')
-rw-r--r-- | include/font.h | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/include/font.h b/include/font.h index e5e64e88..3818fb7b 100644 --- a/include/font.h +++ b/include/font.h @@ -1,6 +1,29 @@ #ifndef POKEDIAMOND_FONT_H #define POKEDIAMOND_FONT_H -extern s32 GetFontAttribute(u8 fontId, s32 attr); +#include "global.h" +#include "text.h" + +struct UnkStruct_02002C14 +{ + const char buf[0x80]; + u8 width; + u8 height; + void *unk84[4]; + void *unk94[4]; +}; + +void FUN_02002C14(); +void FUN_02002C50(u32 param0, u32 param1); +void FUN_02002C84(s32 param0, u32 param1); +void FUN_02002CC0(s32 param0); +void FUN_02002CF8(int param0); +struct UnkStruct_02002C14 *FUN_02002D94(u32 param0, u32 param1); +u32 FontFunc(u32 fontId, struct TextPrinter *printer); +u32 FUN_02002DE0(u32 param0, u16 *str, u32 param2); +u32 FUN_02002E14(u32 param0, struct String *str, u32 param2); +s32 GetFontAttribute(u8 fontId, s32 attr); +void FUN_02002ED0(u32 layer, u32 baseAddr, u32 heap_id); +void FUN_02002EEC(u32 layer, u32 baseAddr, u32 heap_id); #endif // POKEDIAMOND_FONT_H |