diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-27 15:20:28 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-27 15:20:28 +0200 |
commit | eb17a2e3aa326e613e09c8f6300b2ab10b3f7389 (patch) | |
tree | 73aed159b5ebe62b000ceb97c3443508257f3ccd /include/font.h | |
parent | 7a3c5d315180fb2d1adef1b7a032ab26bf227ef7 (diff) |
fix file split
Diffstat (limited to 'include/font.h')
-rw-r--r-- | include/font.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/font.h b/include/font.h index 6617f8ef..963e36bc 100644 --- a/include/font.h +++ b/include/font.h @@ -27,5 +27,10 @@ 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); +s32 FUN_02002F08(u32 param0, struct String *str, u32 param2); +u32 FUN_02002F40(u32 param0, struct String *str, u32 param2, u32 param3); +u32 FUN_02002F58(const u16 *str); +u32 FUN_02002F90(struct String *str); +s32 FUN_02002F9C(u32 param0, struct String *str); #endif // POKEDIAMOND_FONT_H |