diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-24 23:08:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-25 00:08:26 +0200 |
| commit | affb39624f503921cc57439e735e9ba4e72f9cb6 (patch) | |
| tree | 06ea55d274de4f83f7bf5b8c969b864940f50ee9 /include/pause.h | |
| parent | d52ba1ed26879428f869f2d46c0f8c08158d5bf6 (diff) | |
Pause docs: "uiOverlay" quads (renamed from "InfoPanel") (#2635)
* Pause docs: "InfoPanel" quads
* bss
* rename infoPanelVtx to decorVtx
* rename to uiOverlayVtx / UI_OVERLAY_QUAD_
* fixup
Diffstat (limited to 'include/pause.h')
| -rw-r--r-- | include/pause.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pause.h b/include/pause.h index f8a54fc5d..d5f348a03 100644 --- a/include/pause.h +++ b/include/pause.h @@ -168,7 +168,7 @@ typedef struct PauseContext { /* 0x0148 */ Vtx* equipPageVtx; /* 0x014C */ Vtx* mapPageVtx; /* 0x0150 */ Vtx* questPageVtx; - /* 0x0154 */ Vtx* infoPanelVtx; + /* 0x0154 */ Vtx* uiOverlayVtx; /* 0x0158 */ Vtx* itemVtx; /* 0x015C */ Vtx* equipVtx; /* 0x0160 */ char unk_160[0x04]; |
