mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +00:00
Cleanup symbols 7 (#1073)
* Cleanup symbols, mostly from non-matching objects * ZAPD supports unaligned textures! * Uncomment `object_oF1s`
This commit is contained in:
parent
0a48548da7
commit
2a4fb604fb
14 changed files with 85 additions and 104 deletions
|
@ -61,12 +61,12 @@ static s16 sObjectIds[6] = {
|
|||
};
|
||||
|
||||
static FlexSkeletonHeader* sSkeletons[6] = {
|
||||
/* object_ahg_Skel_0000F0 */ 0x060000F0,
|
||||
/* object_boj_Skel_0000F0 */ 0x060000F0,
|
||||
/* object_boj_Skel_0000F0 */ 0x060000F0,
|
||||
/* object_boj_Skel_0000F0 */ 0x060000F0,
|
||||
/* object_boj_Skel_0000F0 */ 0x060000F0,
|
||||
/* object_boj_Skel_0000F0 */ 0x060000F0,
|
||||
&object_ahg_Skel_0000F0,
|
||||
&object_boj_Skel_0000F0,
|
||||
&object_boj_Skel_0000F0,
|
||||
&object_boj_Skel_0000F0,
|
||||
&object_boj_Skel_0000F0,
|
||||
&object_boj_Skel_0000F0,
|
||||
};
|
||||
|
||||
static AnimationHeader* sAnimations[6] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue