mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-18 13:13:22 -04:00
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
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Root>
|
||||
<File Name="object_ph" Segment="6">
|
||||
<Animation Name="object_ph_Anim_000350" Offset="0x350" />
|
||||
<Animation Name="object_ph_Anim_0005C4" Offset="0x5C4" />
|
||||
<Animation Name="object_ph_Anim_000844" Offset="0x844" />
|
||||
<Animation Name="object_ph_Anim_0009C4" Offset="0x9C4" />
|
||||
<Animation Name="object_ph_Anim_000350" Offset="0x350" /> <!-- Original name is "ph_end" -->
|
||||
<Animation Name="object_ph_Anim_0005C4" Offset="0x5C4" /> <!-- Original name is "ph_fly" -->
|
||||
<Animation Name="object_ph_Anim_000844" Offset="0x844" /> <!-- Original name is "ph_shock" -->
|
||||
<Animation Name="object_ph_Anim_0009C4" Offset="0x9C4" /> <!-- Original name is "ph_start" -->
|
||||
<DList Name="object_ph_DL_000ED0" Offset="0xED0" />
|
||||
<DList Name="object_ph_DL_000F60" Offset="0xF60" />
|
||||
<DList Name="object_ph_DL_000FF0" Offset="0xFF0" />
|
||||
|
||||
Reference in New Issue
Block a user