Decompile BossDoor

This commit is contained in:
octorock
2022-02-16 17:41:35 +01:00
parent a448d22298
commit 0aebbae239
27 changed files with 261 additions and 787 deletions
-3
View File
@@ -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 {