Skip to content

Commit

Permalink
continue rename
Browse files Browse the repository at this point in the history
  • Loading branch information
coco875 committed Jan 14, 2025
1 parent b3ec33b commit acf87e2
Show file tree
Hide file tree
Showing 3 changed files with 658 additions and 685 deletions.
21 changes: 17 additions & 4 deletions include/common_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ typedef struct {
} Collision;

typedef struct {
/* 0x00 */ Vec3f unk_000;
/* 0x00 */ Vec3f pos;
/* 0x0C */ f32 unk_00C;
/* 0x10 */ u16 unk_010;
/* 0x12 */ u16 unk_012;
/* 0x14 */ f32 unk_014;
/* 0x12 */ u16 type;
/* 0x14 */ f32 surfaceType;
/* 0x18 */ f32 unk_018;
/* 0x1C */ s16 unk_01C;
/* 0x1E */ s16 unk_01E;
/* 0x1E */ s16 timer;
/* 0x20 */ s16 unk_020;
/* 0x22 */ s16 unk_022;
/* 0x24 */ f32 unk_024;
Expand Down Expand Up @@ -380,6 +380,19 @@ typedef struct {
/* 0x0DD4 */ // s16 unk_DD4;
} Player; // size = 0xDD8

enum POOL_1_PARTICLE_TYPES {
NO_PARTICLE,
DRIFT_PARTICLE,
GROUND_PARTCLE,
POOL_1_PARTICLE_TYPE_3,
POOL_1_PARTICLE_TYPE_4,
POOL_1_PARTICLE_TYPE_5,
POOL_1_PARTICLE_TYPE_6,
POOL_1_PARTICLE_TYPE_7,
POOL_1_PARTICLE_TYPE_8,
POOL_1_PARTICLE_TYPE_9
};

typedef struct {
// Something related to time trial ghost data?
/* 0x00 */ s32 unk_00;
Expand Down
Loading

0 comments on commit acf87e2

Please sign in to comment.