diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-01-20 20:23:20 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-03-07 20:59:38 +0100 |
| commit | 61315f2b049d7344e6d714a8bf8de9c40df81d3e (patch) | |
| tree | b96497548ca24924913b63fc99c98442532e25f5 /include/functions.h | |
| parent | 12e8722606b1bb8686949f7f7e6afd3b495e985a (diff) | |
Use new entity struct for octorok boss
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h index b5ceb643..abf7a490 100644 --- a/include/functions.h +++ b/include/functions.h @@ -66,6 +66,7 @@ extern void SetDirtTile(u32); extern void SetInventoryValue(u32, u32); extern void SoundReqClipped(Entity*, u32); extern void TryLoadPrologueHyruleTown(void); +extern void UnloadGFXSlots(Entity*); extern void UnloadOBJPalette(Entity*); extern void UpdateDisplayControls(void); extern void UpdateItemAnim(ItemBehavior*); @@ -243,7 +244,6 @@ extern void sub_080A57F4(void); extern void sub_080A71C4(u32, u32, u32, u32); extern void sub_080A7C18(u32, u32, u32); extern void sub_080ADD70(void); -extern void UnloadGFXSlots(Entity*); extern bool32 sub_080AE4CC(Entity*, u32, u32, u32); extern void sub_080AE58C(Entity*, u32, u32); extern void sub_080AF284(void); |
