diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-07-03 10:12:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-03 13:12:51 -0400 |
| commit | fe1b59eccc1d0eb37d106475528376b2e558fff5 (patch) | |
| tree | b03ba28c782e0a854ddef5445f01e24c5dfa8f20 /assets/xml/objects/object_mo.xml | |
| parent | 477f193db92da967e58d0a4713a6f8bf70fce7b0 (diff) | |
Ensure all boss title cards are extracted as IA8 (#1512)
* Ensure all boss title cards are extracted as IA8
* Drop `Boss` from some of the title card names
* Format
Diffstat (limited to 'assets/xml/objects/object_mo.xml')
| -rw-r--r-- | assets/xml/objects/object_mo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/xml/objects/object_mo.xml b/assets/xml/objects/object_mo.xml index 165b4e112..b191e8395 100644 --- a/assets/xml/objects/object_mo.xml +++ b/assets/xml/objects/object_mo.xml @@ -1,7 +1,7 @@ <Root> <File Name="object_mo" Segment="6"> <!-- Morpha's Title Card --> - <Texture Name="gMorphaTitleCardTex" Format="i8" Width="128" Height="120" Offset="0x1010"/> + <Texture Name="gMorphaTitleCardTex" Format="ia8" Width="128" Height="120" Offset="0x1010"/> <!-- DLists for Morpha's Core --> <DList Name="gMorphaCoreMembraneDL" Offset="0x6700"/> |
