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_kaleido_setup.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_kaleido_setup.c')
| -rw-r--r-- | src/code/z_kaleido_setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/code/z_kaleido_setup.c b/src/code/z_kaleido_setup.c index 10140553e..c2fc1b757 100644 --- a/src/code/z_kaleido_setup.c +++ b/src/code/z_kaleido_setup.c @@ -141,6 +141,3 @@ void KaleidoSetup_Init(GlobalContext* globalCtx) { void KaleidoSetup_Destroy(GlobalContext* globalCtx) { } - -void func_8006EE50(UNK_PTR arg0, s16 arg1, s16 arg2) { -} |
