diff options
| author | fig02 <fig02srl@gmail.com> | 2021-03-28 19:18:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 19:18:41 -0400 |
| commit | 7f3be6e37f099e2bcd726aaa136fd543c60c0223 (patch) | |
| tree | d835a7eaaf7dbaa9871133e7441d53c482dcc67d /assets/xml/objects | |
| parent | 11e5be77d5708cd262db8557b14c974a95b3809e (diff) | |
en_mm and object_mm OK (#735)
* almost done
* progress
* OK
* update mm2
* delete asm
* whitespace
* Update assets/xml/objects/object_mm.xml
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* Update src/overlays/actors/ovl_En_Mm/z_en_mm.c
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
* name data
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
Diffstat (limited to 'assets/xml/objects')
| -rw-r--r-- | assets/xml/objects/object_mm.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/xml/objects/object_mm.xml b/assets/xml/objects/object_mm.xml new file mode 100644 index 000000000..d8dfe4200 --- /dev/null +++ b/assets/xml/objects/object_mm.xml @@ -0,0 +1,13 @@ +<Root> + <File Name="object_mm" Segment="6"> + <Skeleton Name="gRunningManSkel" Type="Flex" LimbType="Standard" Offset="0x5E18"/> + <Animation Name="gRunningManRunAnim" Offset="0x0718"/> + <Animation Name="gRunningManSitStandAnim" Offset="0x6940"/> + <Animation Name="gRunningManSitWaitAnim" Offset="0x6C50"/> + <Animation Name="gRunningManSprintAnim" Offset="0x0468"/> + <Animation Name="gRunningManExcitedAnim" Offset="0x73A0"/> + <Animation Name="gRunningManHappyAnim" Offset="0x8060"/> + <Texture Name="gRunningManMouthClosedTex" Outname="running_man_mouth_closed" Format="ci8" Width="32" Height="16" Offset="0xE30"/> + <Texture Name="gRunningManMouthOpenTex" Outname="running_man_mouth_closed" Format="ci8" Width="32" Height="16" Offset="0xC30"/> + </File> +</Root> |
