diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-02-27 19:56:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-27 17:56:04 -0500 |
| commit | 1e03e13b374f2bd26e761f24959c3260c82fa73d (patch) | |
| tree | da692d2fc9646af5645926df4912a2f501eeeddb /assets/xml/code | |
| parent | 2080f9906f083a4138d68caa027e4ed56953a169 (diff) | |
`z_eff_footmark` cleanup (#1180)
* z64eff_footmark.h
* arraycount and other clenaups
* flag
* extract data
* gEffFootprints
* singular
* minor cleanup
* review
* pos
* mf
* format
Diffstat (limited to 'assets/xml/code')
| -rw-r--r-- | assets/xml/code/debug_display.xml | 2 | ||||
| -rw-r--r-- | assets/xml/code/eff_footmark.xml | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/assets/xml/code/debug_display.xml b/assets/xml/code/debug_display.xml index c8ac659bc..7a25bbd0c 100644 --- a/assets/xml/code/debug_display.xml +++ b/assets/xml/code/debug_display.xml @@ -4,7 +4,7 @@ <Vtx/> </Array> <DList Name="sDebugDisplay1DL" Offset="0x114CD0"/> - + <Array Name="sDebugDisplay2Vtx" Count="8" Offset="0x114D30"> <Vtx/> </Array> diff --git a/assets/xml/code/eff_footmark.xml b/assets/xml/code/eff_footmark.xml new file mode 100644 index 000000000..2fae1fe16 --- /dev/null +++ b/assets/xml/code/eff_footmark.xml @@ -0,0 +1,9 @@ +<Root> + <File Name="code" BaseAddress="0x800A5AC0" RangeStart="0x116750" RangeEnd="0x1167E0" OutName="eff_footmark"> + <Array Name="gEffFootprintVtx" Count="3" Offset="0x116750"> + <Vtx/> + </Array> + <DList Name="gEffFootprintMaterialDL" Offset="0x116780"/> + <DList Name="gEffFootprintModelDL" Offset="0x1167C8"/> + </File> +</Root> |
