diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-21 19:59:09 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-21 19:59:09 +0200 |
commit | 153430dda98d33ecabac5813c08226f20f63c053 (patch) | |
tree | be881440e94b0db53321ef230e70935459ef89d6 /include/font.h | |
parent | bd9af4a6f32a7202a12af91da361698cddb2dab9 (diff) |
match FUN_02002CF8
Diffstat (limited to 'include/font.h')
-rw-r--r-- | include/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/font.h b/include/font.h index bddf6411..3818fb7b 100644 --- a/include/font.h +++ b/include/font.h @@ -17,7 +17,7 @@ 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(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); |