mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Fix all xmls to explicitly use offsets (#859)
* Forest and shadow temple * fire temple * Water temple * Spirit temple * Deku tree * jabu jabu * DC * Inside Ganons castle * GTG * Castle courtyard * great fairy's fountain * chamber of sages * shooting gallery * Temple of time * market * back alley * kokir shop * goron shop * zora shop * House of skulltula * bazarr * potion shop * gravekeepers hut * lakeside lab * hyrule field * kak * graveyard * zoras river * kokiri forest * lake hylia * zoras domain * zoras fountain * gerudo valley * lost woods * the rest of them * cleanup * final cleanup * PR fixes (Zel) * Fra -> FRA and cleanup map_name_static * map_name_static * DONE * SHould be it * Done done done done * vector * remove another pr * ?
This commit is contained in:
parent
0e7c023747
commit
8e4d1ccd3f
99 changed files with 1499 additions and 1499 deletions
|
@ -1,6 +1,6 @@
|
|||
<Root>
|
||||
<File Name="message_texture_static" Segment="9">
|
||||
<Texture Name="gRedMessageXLeftTex" OutName="red_message_x_left" Format="i4" Width="96" Height="48"/>
|
||||
<Texture Name="gRedMessageXRightTex" OutName="red_message_x_right" Format="i4" Width="96" Height="48"/>
|
||||
<Texture Name="gRedMessageXLeftTex" OutName="red_message_x_left" Format="i4" Width="96" Height="48" Offset="0x0"/>
|
||||
<Texture Name="gRedMessageXRightTex" OutName="red_message_x_right" Format="i4" Width="96" Height="48" Offset="0x900"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue