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/npc | |
| parent | d6c8cf025095f5e13d8dce1179bead030918320d (diff) | |
Decompile staffroll
Diffstat (limited to 'src/npc')
| -rw-r--r-- | src/npc/phonograph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/phonograph.c b/src/npc/phonograph.c index dd731979..8643cf95 100644 --- a/src/npc/phonograph.c +++ b/src/npc/phonograph.c @@ -12,7 +12,7 @@ void sub_0806EABC(Entity* this); void sub_0806EABC(Entity* this, u32 param); #endif -extern u32 gUnk_081146B8; +extern Font gUnk_081146B8; extern s8 gUnk_081145E4[]; void Phonograph(Entity* this) { |
