mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-21 22:10:51 -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,7 +1,7 @@
|
||||
<Root>
|
||||
<!-- This is the object for the Postbox Prop -->
|
||||
<File Name="object_pst" Segment="6">
|
||||
<Animation Name="gPostboxIdleAnim" Offset="0x18" />
|
||||
<Animation Name="gPostboxIdleAnim" Offset="0x18" /> <!-- Original name might be "pst_model" -->
|
||||
<DList Name="gPostboxFrameDL" Offset="0x4A0" />
|
||||
<DList Name="gPostboxMailSlotDL" Offset="0x638" />
|
||||
<Texture Name="gPostboxWoodRoofTex" OutName="postbox_wood_roof" Format="rgba16" Width="32" Height="32" Offset="0x760" />
|
||||
|
||||
Reference in New Issue
Block a user