mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
Fix how the gMtxClear is extracted and used by the Jabu scene DLs (#4375)
* fix how the clear mtx is extracted and used by the jabu scene DLs * bump OTRExporter
This commit is contained in:
parent
bd7155179e
commit
6e025588a5
7 changed files with 13 additions and 13 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 2cfdb3960900ba059f570b2ded2fed3494a96a9b
|
Subproject commit 467f36589b0d6fe6c7f9d248945650a459bce768
|
|
@ -1,5 +1,5 @@
|
||||||
<Root>
|
<Root>
|
||||||
<File Name="code" OutName="sys_matrix" RangeStart="0x110CC0" RangeEnd="0x110D00">
|
<File Name="code" OutName="sys_matrix" BaseAddress="0x1CE60" RangeStart="0x110CC0" RangeEnd="0x110D00">
|
||||||
<Mtx Name="gMtxClear" Offset="0x110CC0"/>
|
<Mtx Name="gMtxClear" Offset="0x110CC0"/>
|
||||||
</File>
|
</File>
|
||||||
</Root>
|
</Root>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Root>
|
<Root>
|
||||||
<File Name="code" OutName="sys_matrix" RangeStart="0xEAD00" RangeEnd="0xEAD40">
|
<File Name="code" OutName="sys_matrix" BaseAddress="0x10F00" RangeStart="0xEAD00" RangeEnd="0xEAD40">
|
||||||
<Mtx Name="gMtxClear" Offset="0xEAD00"/>
|
<Mtx Name="gMtxClear" Offset="0xEAD00"/>
|
||||||
</File>
|
</File>
|
||||||
</Root>
|
</Root>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Root>
|
<Root>
|
||||||
<File Name="code" OutName="sys_matrix" RangeStart="0x110CE0" RangeEnd="0x110D20">
|
<File Name="code" OutName="sys_matrix" BaseAddress="0x1CE60" RangeStart="0x110CE0" RangeEnd="0x110D20">
|
||||||
<Mtx Name="gMtxClear" Offset="0x110CE0"/>
|
<Mtx Name="gMtxClear" Offset="0x110CE0"/>
|
||||||
</File>
|
</File>
|
||||||
</Root>
|
</Root>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Root>
|
<Root>
|
||||||
<File Name="code" OutName="sys_matrix" RangeStart="0xEAD20" RangeEnd="0xEAD60">
|
<File Name="code" OutName="sys_matrix" BaseAddress="0x10F00" RangeStart="0xEAD20" RangeEnd="0xEAD60">
|
||||||
<Mtx Name="gMtxClear" Offset="0xEAD20"/>
|
<Mtx Name="gMtxClear" Offset="0xEAD20"/>
|
||||||
</File>
|
</File>
|
||||||
</Root>
|
</Root>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Root>
|
<Root>
|
||||||
<File Name="code" OutName="sys_matrix" RangeStart="0xEB620" RangeEnd="0xEB660">
|
<File Name="code" OutName="sys_matrix" BaseAddress="0x116E0" RangeStart="0xEB620" RangeEnd="0xEB660">
|
||||||
<Mtx Name="gMtxClear" Offset="0xEB620"/>
|
<Mtx Name="gMtxClear" Offset="0xEB620"/>
|
||||||
</File>
|
</File>
|
||||||
</Root>
|
</Root>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Root>
|
<Root>
|
||||||
<File Name="code" OutName="sys_matrix" RangeStart="0xEB660" RangeEnd="0xEB6A0">
|
<File Name="code" OutName="sys_matrix" BaseAddress="0x116E0" RangeStart="0xEB660" RangeEnd="0xEB6A0">
|
||||||
<Mtx Name="gMtxClear" Offset="0xEB660"/>
|
<Mtx Name="gMtxClear" Offset="0xEB660"/>
|
||||||
</File>
|
</File>
|
||||||
</Root>
|
</Root>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue