diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-02-28 06:41:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-28 09:41:54 -0500 |
| commit | c70ccf14d9618c57bf43f2ca2aabeb40d8679fcb (patch) | |
| tree | 14b03d94ece2a62736ea2f23abfe4f8c11047e46 /assets/xml/objects/object_fall2.xml | |
| parent | 1e03e13b374f2bd26e761f24959c3260c82fa73d (diff) | |
Add original asset names for all `object_e*` and `object_f*` files (#1181)
* Add original asset names for all `object_e*` and `object_f*` files
* Add c_keyframe note to fall2
Diffstat (limited to 'assets/xml/objects/object_fall2.xml')
| -rw-r--r-- | assets/xml/objects/object_fall2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/xml/objects/object_fall2.xml b/assets/xml/objects/object_fall2.xml index 25439a50a..12299ab74 100644 --- a/assets/xml/objects/object_fall2.xml +++ b/assets/xml/objects/object_fall2.xml @@ -4,7 +4,7 @@ moon's mouth, both used in the cutscene before warping to the moon. --> <File Name="object_fall2" Segment="6"> - <DList Name="gOpenMouthMoonDL" Offset="0x2970" /> + <DList Name="gOpenMouthMoonDL" Offset="0x2970" /> <!-- Original name is "moon_open" --> <Texture Name="gOpenMouthMoonFarSideTLUT" OutName="open_mouth_moon_far_side_tlut" Format="rgba16" Width="4" Height="4" Offset="0x34A8" /> <Texture Name="gOpenMouthMoonFaceTLUT" OutName="open_mouth_moon_face_tlut" Format="rgba16" Width="4" Height="4" Offset="0x34C8" /> <Texture Name="gOpenMouthMoonEyesTex" OutName="open_mouth_moon_eyes" Format="rgba16" Width="32" Height="32" Offset="0x34E8" /> @@ -12,7 +12,7 @@ <Texture Name="gOpenMouthMoonFaceTex" OutName="open_mouth_moon_face" Format="ci4" Width="64" Height="64" Offset="0x44E8" /> <Texture Name="gOpenMouthMoonTeethTex" OutName="open_mouth_moon_teeth" Format="rgba16" Width="64" Height="32" Offset="0x4CE8" /> <!-- <Blob Name="object_fall2_Blob_005CE8" Size="0x20C" Offset="0x5CE8" /> --> - <Blob Name="object_fall2_Blob_005EF4" Size="0x1C" Offset="0x5EF4" /> + <Blob Name="object_fall2_Blob_005EF4" Size="0x1C" Offset="0x5EF4" /> <!-- Original name might be "moon_start_anm"; needs c_keyframe docs to know if it's this one or the one below. --> <Array Name="object_fall2_Vtx_005F10" Count="239" Offset="0x5F10"> <Vtx /> </Array> @@ -29,6 +29,6 @@ <Texture Name="object_fall2_Tex_007838" OutName="tex_007838" Format="i4" Width="64" Height="64" Offset="0x7838" /> <Texture Name="object_fall2_Tex_008038" OutName="tex_008038" Format="i4" Width="64" Height="64" Offset="0x8038" /> <TextureAnimation Name="object_fall2_Matanimheader_008840" Offset="0x8840" /> - <Blob Name="object_fall2_Blob_008898" Size="0x8" Offset="0x8898" /> + <Blob Name="object_fall2_Blob_008898" Size="0x8" Offset="0x8898" /> <!-- Original name might be "moon_start_anm"; needs c_keyframe docs to know if it's this one or the one above. --> </File> </Root> |
