diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-23 19:11:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 19:11:36 +0100 |
commit | ac7337cc6410f96eb743c46f30c195b0da805ae5 (patch) | |
tree | 49b37975265caa4380b170c59c069ffea1710479 /include/font.h | |
parent | 66d408a02664eabd153377fe3f4842da0da2d627 (diff) | |
parent | c5a2721fff4710a92cd68cb801f593f7e44357f1 (diff) |
Merge pull request #413 from remicalixte/unk_02002F08
decompile unk_02002F08.s
Diffstat (limited to 'include/font.h')
-rw-r--r-- | include/font.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/font.h b/include/font.h index 3818fb7b..6617f8ef 100644 --- a/include/font.h +++ b/include/font.h @@ -10,9 +10,11 @@ struct UnkStruct_02002C14 u8 width; u8 height; void *unk84[4]; - void *unk94[4]; + struct UnkStruct_0202199C *unk94[4]; }; +extern struct UnkStruct_02002C14 *UNK_02106FC8; + void FUN_02002C14(); void FUN_02002C50(u32 param0, u32 param1); void FUN_02002C84(s32 param0, u32 param1); |