Merge pull request #393 from octorock/objects

This commit is contained in:
notyourav
2022-02-18 13:47:12 -08:00
committed by GitHub
58 changed files with 2487 additions and 6572 deletions
-4
View File
@@ -11,10 +11,6 @@
#include "projectile.h"
#include "game.h"
extern void sub_08078AC0(u32, u32, u32);
extern u32 GetRandomByWeight(const u8*);
extern void sub_080792BC(s32, u32, u32);
enum OctorokRotation { ROTATION_CW, ROTATION_CCW, NO_ROTATION = 0xff };
typedef struct HelperStruct {