diff options
| author | cadmic <cadmic24@gmail.com> | 2025-02-13 23:06:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-14 08:06:49 +0100 |
| commit | bbcdf22647a37bc29e0671149b2fb35c9e7745d8 (patch) | |
| tree | 4846f9dc5cc3a63744eea1f4ec6fac12ee922c54 /assets/xml/objects/object_toki_objects.xml | |
| parent | 46399145833eb2367946c72c1ed2088897658f4d (diff) | |
Identify some unaccounted and blob asset data (#1953)
* Identify some unaccounted and blob asset data
* Add bug comments for flex skeleton weirdness
* Use (SkeletonHeader*) cast instead of .sh
* Fix vtx counts
Diffstat (limited to 'assets/xml/objects/object_toki_objects.xml')
| -rw-r--r-- | assets/xml/objects/object_toki_objects.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/xml/objects/object_toki_objects.xml b/assets/xml/objects/object_toki_objects.xml index cd07e60d2..3cada31f8 100644 --- a/assets/xml/objects/object_toki_objects.xml +++ b/assets/xml/objects/object_toki_objects.xml @@ -12,7 +12,8 @@ <Texture Name="object_toki_objects_Tex_003DC0" OutName="tex_003DC0" Format="rgba16" Width="32" Height="32" Offset="0x3DC0"/> <Texture Name="object_toki_objects_Tex_0045C0" OutName="tex_0045C0" Format="i4" Width="64" Height="128" Offset="0x45C0"/> <Texture Name="object_toki_objects_Tex_0055C0" OutName="tex_0055C0" Format="rgba16" Width="32" Height="64" Offset="0x55C0"/> - <Blob Name="object_toki_objects_Blob_0065C0" Size="0xA00" Offset="0x65C0"/> + <Texture Name="object_toki_objects_Tex_0065C0" OutName="tex_0065C0" Format="rgba16" Width="16" Height="16" Offset="0x65C0"/> + <Texture Name="object_toki_objects_Tex_0067C0" OutName="tex_0067C0" Format="rgba16" Width="32" Height="32" Offset="0x67C0"/> <Texture Name="object_toki_objects_Tex_006FC0" OutName="tex_006FC0" Format="rgba16" Width="16" Height="16" Offset="0x6FC0"/> <DList Name="object_toki_objects_DL_007440" Offset="0x7440"/> <!-- Door of Time left --> <DList Name="object_toki_objects_DL_007578" Offset="0x7578"/> <!-- Door of Time right --> |
