mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 14:09:35 +00:00
9def6f4d0d
* Add ZAPD hack to deal with extracted/VERSION/ in include paths
* Extract assets to extracted/VERSION
* Add ZAPD flags to override virtual address / start offset / end offset
* Configure offsets for code and overlay assets
* Reorganize ZAPD configs
* Match gc-eu-mq
* Match gc-eu
* Remove old asset dirs during distclean
* Revert "Remove old asset dirs during distclean"
This reverts commit fc8027a75f
.
* make zapd addresses globals int64_t so they can store uint32_t addresses and -1
* slight cleanup extract_assets.py
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "0285e11f0"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "0285e11f0"
git-subrepo:
version: "0.4.6"
origin: "git@github.com:ingydotnet/git-subrepo.git"
commit: "110b9eb"
---------
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
29 lines
1,012 B
XML
29 lines
1,012 B
XML
<Root>
|
|
<File Name="ovl_Bg_Ganon_Otyuka">
|
|
<Texture Name="sPlatformTex" OutName="platform_tex" Format="rgba16" Width="32" Height="32" Offset="0x0"/>
|
|
|
|
<Array Name="sPlatformTopVtx" Count="4" Offset="0x808">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="sPlatformMaterialDL" Offset="0x848"/>
|
|
<DList Name="sPlatformTopDL" Offset="0x8D0"/>
|
|
|
|
<Array Name="sPlatformBottomVtx" Count="4" Offset="0x8E8">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="sPlatformBottomDL" Offset="0x928"/>
|
|
|
|
<Array Name="sPlatformSideVtx" Count="4" Offset="0x940">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="sPlatformSideDL" Offset="0x980"/>
|
|
|
|
<Texture Name="sFlashTex" OutName="flash_tex" Format="i8" Width="32" Height="64" Offset="0x998"/>
|
|
<Array Name="sFlashVtx" Count="8" Offset="0x1198">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="sFlashDL" Offset="0x1218"/>
|
|
|
|
<Collision Name="sCol" Offset="0x13B0"/>
|
|
</File>
|
|
</Root>
|