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

Go to the source code of this file.

Functions

 INCLUDE_IMG ("entity/model/StarBoxLauncher_link.png", D_0A000290_E55CD0)
 
 INCLUDE_IMG ("entity/model/StarBoxLauncher_face.png", D_0A000508_E55F48)
 
 INCLUDE_PAL ("entity/model/StarBoxLauncher_face.pal", D_0A000D08_E56748)
 
 INCLUDE_IMG ("entity/model/StarBoxLauncher_box.png", D_0A000DD0_E56810)
 
 INCLUDE_PAL ("entity/model/StarBoxLauncher_box.pal", D_0A000ED0_E56910)
 

Variables

Gfx Entity_StarBoxLauncher_LoadTextureLink []
 
Gfx Entity_StarBoxLauncher_LoadTextureFace []
 
Gfx Entity_StarBoxLauncher_LoadTextureBox []
 
Mtx Entity_StarBoxLauncher_mtx
 
Gfx Entity_StarBoxLauncher_RenderChain []
 
Gfx Entity_StarBoxLauncher_RenderFace []
 
Gfx Entity_StarBoxLauncher_RenderBoxCover []
 
Gfx Entity_StarBoxLauncher_RenderTop []
 
Gfx Entity_StarBoxLauncher_RenderBox []
 
Gfx Entity_StarBoxLauncher_RenderBottom []
 

Function Documentation

◆ INCLUDE_IMG() [1/3]

INCLUDE_IMG ( "entity/model/StarBoxLauncher_link.png" ,
D_0A000290_E55CD0  )

◆ INCLUDE_IMG() [2/3]

INCLUDE_IMG ( "entity/model/StarBoxLauncher_face.png" ,
D_0A000508_E55F48  )

◆ INCLUDE_PAL() [1/2]

INCLUDE_PAL ( "entity/model/StarBoxLauncher_face.pal" ,
D_0A000D08_E56748  )

◆ INCLUDE_IMG() [3/3]

INCLUDE_IMG ( "entity/model/StarBoxLauncher_box.png" ,
D_0A000DD0_E56810  )

◆ INCLUDE_PAL() [2/2]

INCLUDE_PAL ( "entity/model/StarBoxLauncher_box.pal" ,
D_0A000ED0_E56910  )

Variable Documentation

◆ Entity_StarBoxLauncher_LoadTextureLink

◆ Entity_StarBoxLauncher_LoadTextureFace

◆ Entity_StarBoxLauncher_LoadTextureBox

◆ Entity_StarBoxLauncher_mtx

Mtx Entity_StarBoxLauncher_mtx
Initial value:
1.000000, 0.000000, 0.000000, 0.000000,
0.000000, 1.000000, 0.000000, 0.000000,
0.000000, 0.000000, 1.000000, 0.000000,
0.000000, 0.000000, 0.000000, 1.000000
)
#define RDP_MATRIX( Ax, Bx, Cx, Dx, Ay, By, Cy, Dy, Az, Bz, Cz, Dz, Aw, Bw, Cw, Dw)
Definition macros.h:237

Definition at line 52 of file StarBoxLauncher.c.

◆ Entity_StarBoxLauncher_RenderChain

◆ Entity_StarBoxLauncher_RenderFace

◆ Entity_StarBoxLauncher_RenderBoxCover

Gfx Entity_StarBoxLauncher_RenderBoxCover[]
Initial value:

Definition at line 82 of file StarBoxLauncher.c.

82 {
90 gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
91 gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0),
92 gsSP2Triangles(6, 7, 8, 0, 6, 8, 9, 0),
93 gsSP2Triangles(10, 11, 12, 0, 10, 12, 13, 0),
94 gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0),
96};

◆ Entity_StarBoxLauncher_RenderTop

◆ Entity_StarBoxLauncher_RenderBox

Gfx Entity_StarBoxLauncher_RenderBox[]

◆ Entity_StarBoxLauncher_RenderBottom

Gfx Entity_StarBoxLauncher_RenderBottom[]