Merge pull request #267 from dplewis/match-33FE0
Some checks failed
C/C++ CI / build (push) Has been cancelled

Match 33FE0
This commit is contained in:
Revo
2026-09-09 21:29:49 -04:00
committed by GitHub
3 changed files with 743 additions and 164 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,10 +8,6 @@ typedef struct PosBlend {
/* 0x0C */ Vec3f offset;
} PosBlend; // size = 0x18
typedef struct Vec3sPad {
/* 0x0 */ Vec3s vec;
/* 0x6 */ char pad06[0x9];
} Vec3sPad; // size = 0x10
typedef struct Vec3fCounter {
/* 0x00 */ Vec3f vec;
@@ -39,9 +35,10 @@ typedef struct ModelVertex {
/* 0x00 */ s16 jointIndex; // bone / transform index
/* 0x02 */ s16 parentIndex; // parent bone index
/* 0x04 */ s16 childIndex; // child / next transform
/* 0x06 */ u16 pad06;
/* 0x06 */ u16 pad06;
/* 0x08 */ ModelTransformCmd cmd;
/* 0x14 */ u8 pad14[0xC];
/* 0x14 */ f32 unk_14;
/* 0x18 */ u8 pad18[0x8];
/* 0x20 */ f32 unk_20;
/* 0x24 */ u8 pad24[0x40];
/* 0x64 */ PosBlend position; // base + animated offset

View File

@@ -357,7 +357,8 @@
- [0x764A0, .data, 2E460]
- [0x76A40, data, rom_data_76A40]
- [0x76EF0, .data, 33E30]
- [0x76FB0, data, rom_data_76FB0] # 33FE0
- [0x76FB0, .data, 33FE0]
- [0x78220, data, rom_data_78220]
- [0x78570, .data, 373A0]
- [0x78890, .data, libnumus/player]
- [0x78990, data, rom_data_78990]
@@ -439,7 +440,7 @@
- [0x7D090, .rodata, 2FEA0]
- [0x7D0F0, .rodata, 30640]
- [0x7D110, rodata, rom_rodata_7D110]
- [0x7D1B0, rodata, rom_rodata_7D1B0] # 33FE0
- [0x7D1B0, .rodata, 33FE0]
- [0x7D230, .rodata, 373A0]
- [0x7D340, .rodata, libnumus/player]
- [0x7D3C0, .rodata, 3D140]