mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
Pause docs: "uiOverlay" quads (renamed from "InfoPanel") (#2635)
* Pause docs: "InfoPanel" quads * bss * rename infoPanelVtx to decorVtx * rename to uiOverlayVtx / UI_OVERLAY_QUAD_ * fixup
This commit is contained in:
parent
d52ba1ed26
commit
affb39624f
7 changed files with 181 additions and 138 deletions
|
@ -710,16 +710,16 @@ u64 gCBtnSymbolsTex[TEX_LEN(u64, gCBtnSymbolsTex_WIDTH, gCBtnSymbolsTex_HEIGHT,
|
|||
#include "assets/textures/icon_item_static/gCBtnSymbolsTex.ia8.inc.c"
|
||||
};
|
||||
|
||||
#define gNamePanelLeftTex_WIDTH 72
|
||||
#define gNamePanelLeftTex_HEIGHT 24
|
||||
u64 gNamePanelLeftTex[TEX_LEN(u64, gNamePanelLeftTex_WIDTH, gNamePanelLeftTex_HEIGHT, 8)] = {
|
||||
#include "assets/textures/icon_item_static/gNamePanelLeftTex.ia8.inc.c"
|
||||
#define gInfoPanelBgLeftTex_WIDTH 72
|
||||
#define gInfoPanelBgLeftTex_HEIGHT 24
|
||||
u64 gInfoPanelBgLeftTex[TEX_LEN(u64, gInfoPanelBgLeftTex_WIDTH, gInfoPanelBgLeftTex_HEIGHT, 8)] = {
|
||||
#include "assets/textures/icon_item_static/gInfoPanelBgLeftTex.ia8.inc.c"
|
||||
};
|
||||
|
||||
#define gNamePanelRightTex_WIDTH 72
|
||||
#define gNamePanelRightTex_HEIGHT 24
|
||||
u64 gNamePanelRightTex[TEX_LEN(u64, gNamePanelRightTex_WIDTH, gNamePanelRightTex_HEIGHT, 8)] = {
|
||||
#include "assets/textures/icon_item_static/gNamePanelRightTex.ia8.inc.c"
|
||||
#define gInfoPanelBgRightTex_WIDTH 72
|
||||
#define gInfoPanelBgRightTex_HEIGHT 24
|
||||
u64 gInfoPanelBgRightTex[TEX_LEN(u64, gInfoPanelBgRightTex_WIDTH, gInfoPanelBgRightTex_HEIGHT, 8)] = {
|
||||
#include "assets/textures/icon_item_static/gInfoPanelBgRightTex.ia8.inc.c"
|
||||
};
|
||||
|
||||
#define gLButtonTex_WIDTH 24
|
||||
|
@ -748,8 +748,8 @@ u64 gMagicArrowEquipEffectTex[TEX_LEN(u64, gMagicArrowEquipEffectTex_WIDTH, gMag
|
|||
#include "assets/textures/icon_item_static/gMagicArrowEquipEffectTex.ia8.inc.c"
|
||||
};
|
||||
|
||||
Gfx gItemNamePanelDL[18] = {
|
||||
#include "assets/textures/icon_item_static/gItemNamePanelDL.inc.c"
|
||||
Gfx gInfoPanelBgDL[18] = {
|
||||
#include "assets/textures/icon_item_static/gInfoPanelBgDL.inc.c"
|
||||
};
|
||||
|
||||
Gfx gLButtonIconDL[10] = {
|
||||
|
|
|
@ -193,7 +193,7 @@ extern u64 gSongNoteTex[TEX_LEN(u64, gSongNoteTex_WIDTH, gSongNoteTex_HEIGHT, 8)
|
|||
#define gMagicArrowEquipEffectTex_HEIGHT gMagicArrowEquipEffectTex_SIZE
|
||||
extern u64 gMagicArrowEquipEffectTex[TEX_LEN(u64, gMagicArrowEquipEffectTex_WIDTH, gMagicArrowEquipEffectTex_HEIGHT, 8)];
|
||||
|
||||
extern Gfx gItemNamePanelDL[18];
|
||||
extern Gfx gInfoPanelBgDL[18];
|
||||
extern Gfx gLButtonIconDL[10];
|
||||
extern Gfx gRButtonIconDL[10];
|
||||
extern Gfx gCButtonIconsDL[11];
|
||||
|
|
|
@ -169,14 +169,14 @@
|
|||
<Texture Name="gABtnSymbolTex" Format="ia8" Width="24" Height="16" Offset="0x861C0"/>
|
||||
<Texture Name="gBBtnSymbolTex" Format="ia8" Width="24" Height="16" Offset="0x86340"/>
|
||||
<Texture Name="gCBtnSymbolsTex" Format="ia8" Width="48" Height="16" Offset="0x864C0"/>
|
||||
<Texture Name="gNamePanelLeftTex" Format="ia8" Width="72" Height="24" Offset="0x867C0"/>
|
||||
<Texture Name="gNamePanelRightTex" Format="ia8" Width="72" Height="24" Offset="0x86E80"/>
|
||||
<Texture Name="gInfoPanelBgLeftTex" Format="ia8" Width="72" Height="24" Offset="0x867C0"/>
|
||||
<Texture Name="gInfoPanelBgRightTex" Format="ia8" Width="72" Height="24" Offset="0x86E80"/>
|
||||
<Texture Name="gLButtonTex" Format="ia8" Width="24" Height="32" Offset="0x87540"/>
|
||||
<Texture Name="gRButtonTex" Format="ia8" Width="24" Height="32" Offset="0x87840"/>
|
||||
<Texture Name="gUnknownJPNTex" Format="ia8" Width="80" Height="16" Offset="0x87B40"/>
|
||||
<Texture Name="gSongNoteTex" Format="ia8" Width="16" Height="24" Offset="0x88040"/>
|
||||
<Texture Name="gMagicArrowEquipEffectTex" Format="ia8" Width="32" Height="32" Offset="0x881C0"/>
|
||||
<DList Name="gItemNamePanelDL" Offset="0x885C0"/>
|
||||
<DList Name="gInfoPanelBgDL" Offset="0x885C0"/>
|
||||
<DList Name="gLButtonIconDL" Offset="0x88650"/>
|
||||
<DList Name="gRButtonIconDL" Offset="0x886A0"/>
|
||||
<DList Name="gCButtonIconsDL" Offset="0x886F0"/>
|
||||
|
|
|
@ -171,14 +171,14 @@
|
|||
<Texture Name="gABtnSymbolTex" Format="ia8" Width="24" Height="16" Offset="0x875C0"/>
|
||||
<Texture Name="gBBtnSymbolTex" Format="ia8" Width="24" Height="16" Offset="0x87740"/>
|
||||
<Texture Name="gCBtnSymbolsTex" Format="ia8" Width="48" Height="16" Offset="0x878C0"/>
|
||||
<Texture Name="gNamePanelLeftTex" Format="ia8" Width="72" Height="24" Offset="0x87BC0"/>
|
||||
<Texture Name="gNamePanelRightTex" Format="ia8" Width="72" Height="24" Offset="0x88280"/>
|
||||
<Texture Name="gInfoPanelBgLeftTex" Format="ia8" Width="72" Height="24" Offset="0x87BC0"/>
|
||||
<Texture Name="gInfoPanelBgRightTex" Format="ia8" Width="72" Height="24" Offset="0x88280"/>
|
||||
<Texture Name="gLButtonTex" Format="ia8" Width="24" Height="32" Offset="0x88940"/>
|
||||
<Texture Name="gRButtonTex" Format="ia8" Width="24" Height="32" Offset="0x88C40"/>
|
||||
<Texture Name="gUnknownJPNTex" Format="ia8" Width="80" Height="16" Offset="0x88F40"/>
|
||||
<Texture Name="gSongNoteTex" Format="ia8" Width="16" Height="24" Offset="0x89440"/>
|
||||
<Texture Name="gMagicArrowEquipEffectTex" Format="ia8" Width="32" Height="32" Offset="0x895C0"/>
|
||||
<DList Name="gItemNamePanelDL" Offset="0x899C0"/>
|
||||
<DList Name="gInfoPanelBgDL" Offset="0x899C0"/>
|
||||
<DList Name="gLButtonIconDL" Offset="0x89A50"/>
|
||||
<DList Name="gRButtonIconDL" Offset="0x89AA0"/>
|
||||
<DList Name="gCButtonIconsDL" Offset="0x89AF0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue