jpn-final: Decompile fontLoad

This commit is contained in:
Ryan Dwyer
2022-06-07 23:16:19 +10:00
parent 33301602cd
commit 0fcd9ce73b
3 changed files with 26 additions and 104 deletions
+7
View File
@@ -6098,9 +6098,16 @@ struct escastepkeyframe {
struct fontchar {
u8 index;
s8 baseline;
#if VERSION == VERSION_JPN_FINAL
s8 unk02;
u8 height; // unsure
u8 width;
u8 unk04; // unsure
#else
u8 height;
u8 width;
u32 unk04;
#endif
u8 *pixeldata;
};