mirror of https://github.com/zeldaret/mm.git
Add missing ExternalFile tags to object_dmask and object_osn (#1770)
This commit is contained in:
parent
bfa242c550
commit
5d49317876
|
@ -1,4 +1,7 @@
|
||||||
<Root>
|
<Root>
|
||||||
|
<!-- Dependencies -->
|
||||||
|
<ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/>
|
||||||
|
|
||||||
<File Name="object_dmask" Segment="6">
|
<File Name="object_dmask" Segment="6">
|
||||||
<Animation Name="object_dmask_Anim_00017C" Offset="0x17C" /> <!-- Original name is "gbm_fall" -->
|
<Animation Name="object_dmask_Anim_00017C" Offset="0x17C" /> <!-- Original name is "gbm_fall" -->
|
||||||
<Animation Name="object_dmask_Anim_0001A8" Offset="0x1A8" /> <!-- Original name is "gbm_normal" -->
|
<Animation Name="object_dmask_Anim_0001A8" Offset="0x1A8" /> <!-- Original name is "gbm_normal" -->
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<Root>
|
<Root>
|
||||||
|
<!-- Dependencies -->
|
||||||
|
<ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/>
|
||||||
|
|
||||||
<!-- Assets for the Happy Mask Salesman and the cutscene Deku Mask -->
|
<!-- Assets for the Happy Mask Salesman and the cutscene Deku Mask -->
|
||||||
<File Name="object_osn" Segment="6">
|
<File Name="object_osn" Segment="6">
|
||||||
<!-- Happy Mask Salesman Animations -->
|
<!-- Happy Mask Salesman Animations -->
|
||||||
|
|
Loading…
Reference in New Issue