diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-11-28 03:19:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 08:19:22 -0300 |
| commit | 54f7aa23b5e8d6e1746bd5a354024dbbd4e5e1cc (patch) | |
| tree | bd0a22c669107a885fc1933ee6410121d5ac21a7 /assets/xml/objects/object_ps.xml | |
| parent | 7649cd309af155de1b8ee8bfd32d850e46f27925 (diff) | |
Add original asset names to all `object_p*` and `object_r*` files (#1519)
* Add original asset names to all `object_p*` and `object_r*` files
* Respond to review
Diffstat (limited to 'assets/xml/objects/object_ps.xml')
| -rw-r--r-- | assets/xml/objects/object_ps.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/xml/objects/object_ps.xml b/assets/xml/objects/object_ps.xml index 689d78fb5..41ab3323b 100644 --- a/assets/xml/objects/object_ps.xml +++ b/assets/xml/objects/object_ps.xml @@ -1,6 +1,6 @@ <Root> <File Name="object_ps" Segment="6"> - <Animation Name="object_ps_Anim_00049C" Offset="0x49C" /> + <Animation Name="object_ps_Anim_00049C" Offset="0x49C" /> <!-- Original name is "ps_matsu" --> <DList Name="object_ps_DL_001B30" Offset="0x1B30" /> <DList Name="object_ps_DL_001B38" Offset="0x1B38" /> <DList Name="object_ps_DL_001F38" Offset="0x1F38" /> @@ -34,7 +34,7 @@ <Limb Name="object_ps_Standardlimb_0071EC" Type="Standard" EnumName="OBJECT_PS_LIMB_0A" Offset="0x71EC" /> <Limb Name="object_ps_Standardlimb_0071F8" Type="Standard" EnumName="OBJECT_PS_LIMB_0B" Offset="0x71F8" /> <Skeleton Name="object_ps_Skel_007230" Type="Flex" LimbType="Standard" LimbNone="OBJECT_PS_LIMB_NONE" LimbMax="OBJECT_PS_LIMB_MAX" EnumName="ObjectPsLimb" Offset="0x7230" /> - <Collision Name="object_ps_Colheader_0072E0" Offset="0x72E0" /> - <Animation Name="object_ps_Anim_0078FC" Offset="0x78FC" /> + <Collision Name="object_ps_Colheader_0072E0" Offset="0x72E0" /> <!-- Original name is "ps_set_bgdatainfo" --> + <Animation Name="object_ps_Anim_0078FC" Offset="0x78FC" /> <!-- Original name is "ps_tataku" --> </File> </Root> |
