mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Hitbox factory and minor hitbox cleanup (#162)
* a start * some things * format * hitboxes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,4 +5,7 @@
|
||||
#include "sf64object.h"
|
||||
#include "structs.h"
|
||||
|
||||
extern f32 D_6028454[];
|
||||
extern f32 D_6028578[];
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user