diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2020-10-12 22:42:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 17:42:17 -0400 |
| commit | fff616d2be4566e28a08fae7d2ab1b51ce455f9b (patch) | |
| tree | 11b5b6176a7f5518e73eec5c2f660bebca7ccac5 /src/code/z_construct.c | |
| parent | ed719f3da03afcfd5b4ebb47506d63564073a066 (diff) | |
Decompile z_kanfont (#443)
* Decompile z_kanfont.c
* Cleanups
* off -> offset
* Kanfont -> Font , Keep so-far unused Font fields as padding, Remove MessageData sub-struct
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 15a8054e7..3d5a9337b 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -199,7 +199,7 @@ void func_80110F68(GlobalContext* globalCtx) { __assert("message->fukidashiSegment != NULL", "../z_construct.c", 352); } - func_8006EF10(&globalCtx->msgCtx.unk_128); + Font_LoadOrderedFont(&globalCtx->msgCtx.font); YREG(31) = 0; } |
