Hitbox factory and minor hitbox cleanup (#162)

* a start

* some things

* format

* hitboxes
This commit is contained in:
petrie911
2024-03-12 23:21:47 -03:00
committed by GitHub
parent 036e58535b
commit 46ce729392
12 changed files with 116 additions and 26 deletions
+21
View File
@@ -5,4 +5,25 @@
#include "sf64object.h"
#include "structs.h"
extern f32 D_6030BFC[];
extern f32 D_6030C18[];
extern f32 D_6030C44[];
extern f32 D_6030D20[];
extern f32 D_6030D3C[];
extern f32 D_6030D58[];
extern f32 D_6030F74[];
extern f32 D_6031398[];
extern f32 D_60313CC[];
extern f32 D_6031400[];
extern f32 D_603144C[];
extern f32 D_6031480[];
extern f32 D_60314AC[];
extern f32 D_60314C8[];
extern f32 D_60314E4[];
extern f32 D_6031500[];
extern f32 D_603151C[];
extern f32 D_6031538[];
extern f32 D_6031554[];
extern f32 D_6031570[];
#endif
+3
View File
@@ -5,4 +5,7 @@
#include "sf64object.h"
#include "structs.h"
extern f32 D_6028454[];
extern f32 D_6028578[];
#endif
+3 -3
View File
@@ -4,9 +4,9 @@
#include "libultra/ultra64.h"
#include "sf64math.h"
#define HITBOX_UNK_2 200000.0f
#define HITBOX_UNK_3 300000.0f
#define HITBOX_UNK_4 400000.0f
#define HITBOX_TYPE_2 200000.0f
#define HITBOX_TYPE_3 300000.0f
#define HITBOX_TYPE_4 400000.0f
typedef struct {
/* 0x0 */ f32 offset;