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

Go to the source code of this file.

Functions

 INCLUDE_IMG ("entity/model/ArrowSign.png", D_0A000080_E59F80)
 
 INCLUDE_PAL ("entity/model/ArrowSign.pal", D_0A000880_E5A780)
 

Variables

Vtx Entity_ArrowSign_vtxSign []
 
Vtx Entity_ArrowSign_vtxPole []
 
Gfx Entity_ArrowSign_LoadTexture []
 
Mtx Entity_ArrowSign_mtxSign
 
Gfx Entity_ArrowSign_RenderPole []
 
Gfx Entity_ArrowSign_RenderPole_ []
 
Gfx Entity_ArrowSign_RenderRotatedSign []
 
Gfx Entity_ArrowSign_RenderSign []
 
Gfx Entity_ArrowSign_RenderPole__ []
 
Gfx Entity_ArrowSign_Render []
 

Function Documentation

◆ INCLUDE_IMG()

INCLUDE_IMG ( "entity/model/ArrowSign.png" ,
D_0A000080_E59F80  )

◆ INCLUDE_PAL()

INCLUDE_PAL ( "entity/model/ArrowSign.pal" ,
D_0A000880_E5A780  )

Variable Documentation

◆ Entity_ArrowSign_vtxSign

Vtx Entity_ArrowSign_vtxSign[]
Initial value:
= {
{{{ -10, -10, 0 }, 0, { 0, 0 }, { 255, 255, 255, 255 }}},
{{{ 20, -10, 0 }, 0, { 2048, 0 }, { 255, 255, 255, 255 }}},
{{{ 20, 10, 0 }, 0, { 2048, 1024 }, { 255, 255, 255, 255 }}},
{{{ -10, 10, 0 }, 0, { 0, 1024 }, { 255, 255, 255, 255 }}},
}

Definition at line 4 of file ArrowSign.c.

4 {
5 {{{ -10, -10, 0 }, 0, { 0, 0 }, { 255, 255, 255, 255 }}},
6 {{{ 20, -10, 0 }, 0, { 2048, 0 }, { 255, 255, 255, 255 }}},
7 {{{ 20, 10, 0 }, 0, { 2048, 1024 }, { 255, 255, 255, 255 }}},
8 {{{ -10, 10, 0 }, 0, { 0, 1024 }, { 255, 255, 255, 255 }}},
9};

◆ Entity_ArrowSign_vtxPole

Vtx Entity_ArrowSign_vtxPole[]
Initial value:
= {
{{{ -2, 0, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
{{{ 1, 0, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
{{{ 1, 19, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
{{{ -2, 19, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
}

Definition at line 10 of file ArrowSign.c.

10 {
11 {{{ -2, 0, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
12 {{{ 1, 0, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
13 {{{ 1, 19, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
14 {{{ -2, 19, -1 }, 0, { 0, 0 }, { 25, 20, 0, 255 }}},
15};

◆ Entity_ArrowSign_LoadTexture

◆ Entity_ArrowSign_mtxSign

Mtx Entity_ArrowSign_mtxSign
Initial value:
1.000000, 0.000000, 0.000000, -0.180848,
0.000000, 1.000000, 0.000000, 20.000000,
0.000000, 0.000000, 1.000000, 1.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 32 of file ArrowSign.c.

Referenced by entity_ArrowSign_setupGfx().

◆ Entity_ArrowSign_RenderPole

◆ Entity_ArrowSign_RenderPole_

Gfx Entity_ArrowSign_RenderPole_[]
Initial value:

Definition at line 52 of file ArrowSign.c.

◆ Entity_ArrowSign_RenderRotatedSign

◆ Entity_ArrowSign_RenderSign

◆ Entity_ArrowSign_RenderPole__

Gfx Entity_ArrowSign_RenderPole__[]
Initial value:

Definition at line 76 of file ArrowSign.c.

◆ Entity_ArrowSign_Render

Gfx Entity_ArrowSign_Render[]
Initial value:

Definition at line 81 of file ArrowSign.c.