mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-14 06:16:09 -05:00
Merge pull request #267 from dplewis/match-33FE0
Some checks failed
C/C++ CI / build (push) Has been cancelled
Some checks failed
C/C++ CI / build (push) Has been cancelled
Match 33FE0
This commit is contained in:
893
src/33FE0.c
893
src/33FE0.c
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user