Fix: Missing TextIDs for MQ PAL and change lava size (#3449)

* Fix text offset for MQ pal and add text ID asserts

* correct lava texture size
This commit is contained in:
Adam Bird
2023-11-28 14:11:03 -05:00
committed by GitHub
parent 3ab16b70c2
commit 717074ff86
9 changed files with 35 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
<Root>
<File Name="ovl_Boss_Dodongo" BaseAddress="0x808C1210" RangeStart="0x6238" RangeEnd="0x9238">
<Texture Name="sLavaFloorLavaTex" OutName="lava_floor_lava" Format="rgba16" Width="64" Height="64" Offset="0x6238"/>
<Texture Name="sLavaFloorLavaTex" OutName="lava_floor_lava" Format="rgba16" Width="32" Height="64" Offset="0x6238"/>
<Texture Name="sLavaFloorRockTex" OutName="lava_floor_rock" Format="rgba16" Width="32" Height="64" Offset="0x8238"/>
</File>
</Root>