Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
filemenu_gfx.c File Reference

Go to the source code of this file.

Functions

 INCLUDE_IMG ("filemenu/copyarrow.png", D_8024A200)
 
 INCLUDE_IMG ("filemenu/corners_yellow.png", D_8024A400)
 
 INCLUDE_IMG ("filemenu/corners_gray.png", D_8024B400)
 

Variables

Gfx filemenu_dl_copyarrow []
 
Vtx D_8024B6B0 []
 
Vtx D_8024B6D0 []
 
Gfx D_8024B6F0 []
 
Gfx D_8024B708 []
 

Function Documentation

◆ INCLUDE_IMG() [1/3]

INCLUDE_IMG ( "filemenu/copyarrow.png" ,
D_8024A200  )

◆ INCLUDE_IMG() [2/3]

INCLUDE_IMG ( "filemenu/corners_yellow.png" ,
D_8024A400  )

◆ INCLUDE_IMG() [3/3]

INCLUDE_IMG ( "filemenu/corners_gray.png" ,
D_8024B400  )

Variable Documentation

◆ filemenu_dl_copyarrow

Gfx filemenu_dl_copyarrow[]
Initial value:

Definition at line 8 of file filemenu_gfx.c.

Referenced by filemenu_draw_contents_copy_arrow().

◆ D_8024B6B0

Vtx D_8024B6B0[]
Initial value:
= {
{{{ -8, -16, 0 }, 0, { 0, 0 }, { 0, 0, 0, 0 }}},
{{{ -8, 16, 0 }, 0, { 0, 2048 }, { 0, 0, 0, 0 }}},
}

Definition at line 27 of file filemenu_gfx.c.

27 {
28 {{{ -8, -16, 0 }, 0, { 0, 0 }, { 0, 0, 0, 0 }}},
29 {{{ -8, 16, 0 }, 0, { 0, 2048 }, { 0, 0, 0, 0 }}},
30};

◆ D_8024B6D0

Vtx D_8024B6D0[]
Initial value:
= {
{{{ 56, 16, 0 }, 0, { 4096, 2048 }, { 0, 0, 0, 255 }}},
{{{ 56, -16, 0 }, 0, { 4096, 0 }, { 0, 0, 0, 255 }}},
}

Definition at line 32 of file filemenu_gfx.c.

32 {
33 {{{ 56, 16, 0 }, 0, { 4096, 2048 }, { 0, 0, 0, 255 }}},
34 {{{ 56, -16, 0 }, 0, { 4096, 0 }, { 0, 0, 0, 255 }}},
35};

◆ D_8024B6F0

Gfx D_8024B6F0[]
Initial value:
= {
}
Vtx D_8024B6B0[]

Definition at line 37 of file filemenu_gfx.c.

37 {
41};

Referenced by filemenu_draw_contents_copy_arrow().

◆ D_8024B708

Gfx D_8024B708[]
Initial value:
= {
gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
}
Vtx D_8024B6D0[]

Definition at line 43 of file filemenu_gfx.c.

43 {
45 gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
48};

Referenced by filemenu_draw_contents_copy_arrow().