diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-24 15:14:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 15:14:18 +0100 |
commit | b206a442260c00b7bb2032a4c865f4d5aeb8475c (patch) | |
tree | f6b3e4806f699a8a21be8e0d4a1c01bcccd404e9 /arm9/src/font.c | |
parent | 5e61b9f18d4592bd964e238e2d3f45265f863cea (diff) | |
parent | ac7337cc6410f96eb743c46f30c195b0da805ae5 (diff) |
Merge branch 'master' into 0202A1E0
Diffstat (limited to 'arm9/src/font.c')
-rw-r--r-- | arm9/src/font.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/src/font.c b/arm9/src/font.c index 98885671..e09b0341 100644 --- a/arm9/src/font.c +++ b/arm9/src/font.c @@ -20,11 +20,11 @@ const struct FontInfo gFontInfos[5] = { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, }; -extern u32 FUN_02021590(u32, u16, u32, u16, u32); -extern void FUN_020215E0(u32, u32, u32); -extern void FUN_020215C8(u32 param0); -extern void FUN_02021750(void *, u32); -extern u32 FUN_020218D8(void *, u16 *str, u32); +extern struct UnkStruct_0202199C *FUN_02021590(u32, u16, u32, u16, u32); +extern void FUN_020215E0(struct UnkStruct_0202199C *, u32, u32); +extern void FUN_020215C8(struct UnkStruct_0202199C *param0); +extern void FUN_02021750(struct UnkStruct_0202199C *, u32); +extern u32 FUN_020218D8(struct UnkStruct_0202199C *, u16 *str, u32); THUMB_FUNC void FUN_02002C14() { |