diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-16 17:41:35 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-18 20:48:58 +0100 |
| commit | 0aebbae239abcfcd2dce4423a6caa1a706a04f41 (patch) | |
| tree | e2dba3de9ef8510fa747858e7a61e1a188d327fd /src/enemy | |
| parent | a448d222983a89d0a75ac15993db5e01fb5f5359 (diff) | |
Decompile BossDoor
Diffstat (limited to 'src/enemy')
| -rw-r--r-- | src/enemy/octorokBoss.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/enemy/octorokBoss.c b/src/enemy/octorokBoss.c index 4ae0be4e..cd45f7cf 100644 --- a/src/enemy/octorokBoss.c +++ b/src/enemy/octorokBoss.c @@ -11,9 +11,6 @@ #include "projectile.h" #include "game.h" -extern u32 GetRandomByWeight(const u8*); -extern void sub_080792BC(s32, u32, u32); - enum OctorokRotation { ROTATION_CW, ROTATION_CCW, NO_ROTATION = 0xff }; typedef struct HelperStruct { |
