diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-05-16 12:36:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 12:36:40 -0400 |
| commit | 4d5d1fd079401ed49920608041b60c443c0b006e (patch) | |
| tree | 744637b2b0ecf4339a30ea0ce4b168f40cdaeeea /assets/xml/objects/object_bl.xml | |
| parent | ea703138bb35748e5376583f6b16b149c2142149 (diff) | |
Add every unreserved object in an automated way (#805)
* it's crashing
* fix stuff
* fix xmls
* problematic objects
* fix tabs
* Fix suffixes
* add missing new lines
* Add comments to the problematic objects
* Find and replace fixes
* Add Fig's objects
* I forgot to add a Name in a cutscene, so I'm adding it here
* Update object decomp tutorial a little bit
* Update problematic objects
* Update docs/tutorial/object_decomp.md
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
* Change comments
* comment out a few blobs
* dammit tluts
* Change a bunch of objects
* update the last bunch
* update comments on oA11 and oB2
* Ninja-edit to fix compatibility with ZAPD's PR 142
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'assets/xml/objects/object_bl.xml')
| -rw-r--r-- | assets/xml/objects/object_bl.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/xml/objects/object_bl.xml b/assets/xml/objects/object_bl.xml new file mode 100644 index 000000000..63a21a91d --- /dev/null +++ b/assets/xml/objects/object_bl.xml @@ -0,0 +1,14 @@ +<Root> + <File Name="object_bl" Segment="6"> + <Animation Name="object_bl_Anim_000024" Offset="0x24"/> + <Animation Name="object_bl_Anim_000064" Offset="0x64"/> + <Animation Name="object_bl_Anim_0000A4" Offset="0xA4"/> + <DList Name="object_bl_DL_0003B0" Offset="0x3B0"/> + <DList Name="object_bl_DL_000448" Offset="0x448"/> + <DList Name="object_bl_DL_000530" Offset="0x530"/> + <Texture Name="object_bl_Tex_000608" OutName="tex_00000608" Format="ia16" Width="16" Height="64" Offset="0x608"/> + <Blob Name="object_bl_Blob_000E08" Size="0x4800" Offset="0xE08"/> + <Texture Name="object_bl_Tex_005608" OutName="tex_00005608" Format="ia16" Width="16" Height="16" Offset="0x5608"/> + <Blob Name="object_bl_Blob_005808" Size="0x48" Offset="0x5808"/> + </File> +</Root> |
