diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2021-12-01 21:28:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 15:28:23 -0500 |
| commit | 4a3809d4d25845e15fa65feba239f1ec471ac8d8 (patch) | |
| tree | 0bd9348843ad1eddcc55f984448c6b9157de726d /docs/tutorial/object_decomp_example.md | |
| parent | 1cf11907fa8d636babba2df854850035f04bd4fc (diff) | |
Cleanup asset xmls (#1044)
* Consistent order for attributes of `Texture` nodes in asset xmls
* Consistent order for attributes of `Blob` nodes in asset xmls
* Use `LimbType` instead of `Type` in `Limb` nodes in asset xmls
* Remove space before closing `/>` in asset xmls tags
Diffstat (limited to 'docs/tutorial/object_decomp_example.md')
| -rw-r--r-- | docs/tutorial/object_decomp_example.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/tutorial/object_decomp_example.md b/docs/tutorial/object_decomp_example.md index 052305ab5..38b863c19 100644 --- a/docs/tutorial/object_decomp_example.md +++ b/docs/tutorial/object_decomp_example.md @@ -227,16 +227,16 @@ Therefore, we end up with the following: <DList Name="gChuGirlRightHandDL" Offset="0x3968"/> <!-- Bombchu Bowling Girl limbs --> - <Limb Name="gChuGirlWaistLimb" Type="Standard" Offset="0x6E10"/> - <Limb Name="gChuGirlTorsoLimb" Type="Standard" Offset="0x6E1C"/> - <Limb Name="gChuGirlNeckLimb" Type="Standard" Offset="0x6E28"/> - <Limb Name="gChuGirlHeadLimb" Type="Standard" Offset="0x6E34"/> - <Limb Name="gChuGirlLeftUpperArmLimb" Type="Standard" Offset="0x6E40"/> - <Limb Name="gChuGirlLeftForearmLimb" Type="Standard" Offset="0x6E4C"/> - <Limb Name="gChuGirlLeftHandLimb" Type="Standard" Offset="0x6E58"/> - <Limb Name="gChuGirlRightUpperArmLimb" Type="Standard" Offset="0x6E64"/> - <Limb Name="gChuGirlRightForearmLimb" Type="Standard" Offset="0x6E70"/> - <Limb Name="gChuGirlRightHandLimb" Type="Standard" Offset="0x6E7C"/> + <Limb Name="gChuGirlWaistLimb" LimbType="Standard" Offset="0x6E10"/> + <Limb Name="gChuGirlTorsoLimb" LimbType="Standard" Offset="0x6E1C"/> + <Limb Name="gChuGirlNeckLimb" LimbType="Standard" Offset="0x6E28"/> + <Limb Name="gChuGirlHeadLimb" LimbType="Standard" Offset="0x6E34"/> + <Limb Name="gChuGirlLeftUpperArmLimb" LimbType="Standard" Offset="0x6E40"/> + <Limb Name="gChuGirlLeftForearmLimb" LimbType="Standard" Offset="0x6E4C"/> + <Limb Name="gChuGirlLeftHandLimb" LimbType="Standard" Offset="0x6E58"/> + <Limb Name="gChuGirlRightUpperArmLimb" LimbType="Standard" Offset="0x6E64"/> + <Limb Name="gChuGirlRightForearmLimb" LimbType="Standard" Offset="0x6E70"/> + <Limb Name="gChuGirlRightHandLimb" LimbType="Standard" Offset="0x6E7C"/> <!-- Bombchu Bowling Girl limb textures --> <Texture Name="gChuGirlMouthTex" OutName="chu_girl_mouth" Format="rgba16" Width="32" Height="32" Offset="0x5910"/> |
