Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
HiddenPanel.c
Go to the documentation of this file.
1#include "common.h"
2
4 {{{ -30, 1, -30 }, 0, { 0, 1024 }, { 255, 255, 255, 255 }}},
5 {{{ -30, 1, 30 }, 0, { 1024, 1024 }, { 255, 255, 255, 255 }}},
6 {{{ 30, 1, 30 }, 0, { 1024, 0 }, { 255, 255, 255, 255 }}},
7 {{{ 30, 1, -30 }, 0, { 0, 0 }, { 255, 255, 255, 255 }}},
8};
10 {{{ -30, -1, -30 }, 0, { 0, 1024 }, { 128, 128, 128, 255 }}},
11 {{{ -30, -1, 30 }, 0, { 1024, 1024 }, { 128, 128, 128, 255 }}},
12 {{{ 30, -1, 30 }, 0, { 1024, 0 }, { 128, 128, 128, 255 }}},
13 {{{ 30, -1, -30 }, 0, { 0, 0 }, { 128, 128, 128, 255 }}},
14};
16 {{{ -30, 0, -30 }, 0, { 0, 1024 }, { 10, 10, 10, 128 }}},
17 {{{ -30, 0, 30 }, 0, { 1024, 1024 }, { 10, 10, 10, 128 }}},
18 {{{ 30, 0, 30 }, 0, { 1024, 0 }, { 10, 10, 10, 128 }}},
19 {{{ 30, 0, -30 }, 0, { 0, 0 }, { 10, 10, 10, 128 }}},
20};
22 {{{ -30, 1, -30 }, 0, { 0, 1024 }, { 255, 255, 255, 255 }}},
23 {{{ -30, 1, 30 }, 0, { 1024, 1024 }, { 255, 255, 255, 255 }}},
24 {{{ 30, 1, 30 }, 0, { 1024, 0 }, { 255, 255, 255, 255 }}},
25 {{{ 30, 1, -30 }, 0, { 0, 0 }, { 255, 255, 255, 255 }}},
26};
28 {{{ -30, -1, -30 }, 0, { 0, 1024 }, { 128, 128, 128, 255 }}},
29 {{{ -30, -1, 30 }, 0, { 1024, 1024 }, { 128, 128, 128, 255 }}},
30 {{{ 30, -1, 30 }, 0, { 1024, 0 }, { 128, 128, 128, 255 }}},
31 {{{ 30, -1, -30 }, 0, { 0, 0 }, { 128, 128, 128, 255 }}}
32};
34 {{{ -30, 0, -30 }, 0, { 0, 1024 }, { 10, 10, 10, 128 }}},
35 {{{ -30, 0, 30 }, 0, { 1024, 1024 }, { 10, 10, 10, 128 }}},
36 {{{ 30, 0, 30 }, 0, { 1024, 0 }, { 10, 10, 10, 128 }}},
37 {{{ 30, 0, -30 }, 0, { 0, 0 }, { 10, 10, 10, 128 }}},
38};
39
48
57
70
83
90
BSS s32 PopupMenu_SelectedIndex
Gfx Gfx_HiddenPanel_RenderHole[]
Definition HiddenPanel.c:71
Gfx Gfx_HiddenPanel_RenderTop[]
Definition HiddenPanel.c:40
Gfx Gfx_HiddenPanel_Render[]
Definition HiddenPanel.c:84
Gfx Gfx_HiddenPanel_Render2[]
Definition HiddenPanel.c:91
Gfx Gfx_AltHiddenPanel_RenderTop[]
Definition HiddenPanel.c:49
Gfx Gfx_HiddenPanel_RenderBottom[]
Definition HiddenPanel.c:58
Vtx D_0A000016_E56BA0[]
Definition HiddenPanel.c:27
Vtx D_0A000020_E56BA0[]
Definition HiddenPanel.c:33
Vtx Entity_HiddenPanel_vtxTopSide[]
Definition HiddenPanel.c:3
Vtx Entity_HiddenPanel_vtxBottomSideDark[]
Definition HiddenPanel.c:15
Vtx Entity_HiddenPanel_vtxBottomSide[]
Definition HiddenPanel.c:9
Vtx Entity_HiddenPanel_vtxTopSide2[]
Definition HiddenPanel.c:21