mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com> Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com> Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com> Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
This commit is contained in:
parent
dc3c0dd9c8
commit
8888fb2ec1
575 changed files with 22984 additions and 76 deletions
13
soh/assets/xml/GC_MQ_D/code/fbdemo_circle.xml
Normal file
13
soh/assets/xml/GC_MQ_D/code/fbdemo_circle.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Root>
|
||||
<File Name="code" OutName="z_fbdemo_circle" RangeStart="0x10ED48" RangeEnd="0x10FF68">
|
||||
<Texture Name="sTransCircleNormalTex" Format="i8" Width="16" Height="64" Offset="0x10ED48"/>
|
||||
<Texture Name="sTransCircleWaveTex" Format="i8" Width="16" Height="64" Offset="0x10F148"/>
|
||||
<Texture Name="sTransCircleRippleTex" Format="i8" Width="16" Height="64" Offset="0x10F548"/>
|
||||
<Texture Name="sTransCircleStarburstTex" Format="i8" Width="16" Height="64" Offset="0x10F948"/>
|
||||
<Array Name="sCircleWipeVtx" Count="34" Offset="0x10FD48">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<!-- ZAPD isn't finding symbols correctly, instead finding them much later in `code`-->
|
||||
<!--<DList Name="sCircleWipeDL" Offset="0x10FF68"/>-->
|
||||
</File>
|
||||
</Root>
|
8
soh/assets/xml/GC_MQ_D/code/fbdemo_triforce.xml
Normal file
8
soh/assets/xml/GC_MQ_D/code/fbdemo_triforce.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<Root>
|
||||
<File Name="code" OutName="z_fbdemo_triforce" RangeStart="0x10E1D0" RangeEnd="0x10E2A0">
|
||||
<DList Name="sTriforceWipeDL" Offset="0x10E1D0"/>
|
||||
<Array Name="sTriforceWipeVtx" Count="10" Offset="0x10E200">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
</File>
|
||||
</Root>
|
10
soh/assets/xml/GC_MQ_D/code/fbdemo_wipe1.xml
Normal file
10
soh/assets/xml/GC_MQ_D/code/fbdemo_wipe1.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<Root>
|
||||
<!-- ZAPD isn't finding sWipe1Vtx and sWipe1Tex properly for sWipe1DL, instead finding symbols much later in `code`-->
|
||||
<File Name="code" OutName="z_fbdemo_wipe1" RangeStart="0x10E2A0" RangeEnd="0x10EC30" Segment="0">
|
||||
<Array Name="sWipe1Vtx" Count="25" Offset="0x10E2A0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Texture Name="sWipe1Tex" Format="i4" Width="64" Height="64" Offset="0x10E430"/>
|
||||
<!-- <DList Name="sWipe1DL" Offset="0x10EC30"/>-->
|
||||
</File>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue