diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-19 01:09:40 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-19 01:09:40 +0100 |
| commit | 7c9f5d2f232e76e53eb91269d161caa4ffe4cde1 (patch) | |
| tree | 040c4795d9adb895fe51af747ecac30f69b10827 /src/object | |
| parent | d6c8cf025095f5e13d8dce1179bead030918320d (diff) | |
Decompile staffroll
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/figurineDevice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/figurineDevice.c b/src/object/figurineDevice.c index 22c63ddc..a9efe80c 100644 --- a/src/object/figurineDevice.c +++ b/src/object/figurineDevice.c @@ -417,9 +417,9 @@ void sub_080882A8(FigurineDeviceEntity* this) { sub_08057044(this->unk_83, &gUnk_020227E8[1], 0x202020); ptr = (u8*)0x02000000; if (ptr[7] == 0) { - sub_0805F46C((u32)gUnk_08120AE4[super->type2], &gUnk_08120AB4); + sub_0805F46C((u32)gUnk_08120AE4[super->type2], (Font*)&gUnk_08120AB4); // TODO convert data } else { - sub_0805F46C((u32)gUnk_08120AE4[super->type2], &gUnk_08120ACC); + sub_0805F46C((u32)gUnk_08120AE4[super->type2], (Font*)&gUnk_08120ACC); // TODO convert data } gScreen.bg0.updated = 1; } |
