papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
InertYellowBlock.c File Reference

Functions

 INCLUDE_IMG ("entity/model/InertYellowBlock_face.png", D_0A000180_E423C0)
 
 INCLUDE_PAL ("entity/model/InertYellowBlock_face.pal", D_0A000380_E425C0)
 

Variables

Gfx Entity_InertYellowBlock_LoadTexture []
 
Gfx Entity_InertYellowBlock_RenderTopBottom []
 
Gfx Entity_InertYellowBlock_RenderFaces []
 
Gfx Entity_InertYellowBlock_Render []
 

Function Documentation

◆ INCLUDE_IMG()

INCLUDE_IMG ( "entity/model/InertYellowBlock_face.png" ,
D_0A000180_E423C0  )

◆ INCLUDE_PAL()

INCLUDE_PAL ( "entity/model/InertYellowBlock_face.pal" ,
D_0A000380_E425C0  )

Variable Documentation

◆ Entity_InertYellowBlock_LoadTexture

Gfx Entity_InertYellowBlock_LoadTexture[]
Initial value:
= {
gsDPSetTextureLUT(G_TT_RGBA16),
gsDPLoadTLUT_pal16(0, D_0A000380_E425C0),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
gsDPSetTextureDetail(G_TD_CLAMP),
gsDPSetTextureLOD(G_TL_TILE),
gsDPLoadTextureBlock_4b(D_0A000180_E423C0, G_IM_FMT_CI, 32, 32, 0, G_TX_NOMIRROR | G_TX_CLAMP, G_TX_NOMIRROR | G_TX_CLAMP, 5, 5, G_TX_NOLOD, G_TX_NOLOD),
gsDPSetTexturePersp(G_TP_PERSP),
gsDPSetTextureFilter(G_TF_BILERP),
gsSPEndDisplayList(),
}

◆ Entity_InertYellowBlock_Render

Gfx Entity_InertYellowBlock_Render[]
Initial value:
= {
gsSPEndDisplayList(),
}
Gfx Entity_InertYellowBlock_RenderFaces[]
Definition InertYellowBlock.c:33
Gfx Entity_InertYellowBlock_RenderTopBottom[]
Definition InertYellowBlock.c:21

◆ Entity_InertYellowBlock_RenderFaces

Gfx Entity_InertYellowBlock_RenderFaces[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsSPClearGeometryMode(G_LIGHTING | G_SHADING_SMOOTH),
gsSPSetGeometryMode(G_CULL_BACK),
gsSPVertex(D_0A000000_E42240, 16, 0),
gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
gsSP2Triangles(4, 5, 6, 0, 4, 6, 7, 0),
gsSP2Triangles(8, 9, 10, 0, 8, 10, 11, 0),
gsSP2Triangles(12, 13, 14, 0, 12, 14, 15, 0),
gsSPEndDisplayList(),
}
Gfx Entity_InertYellowBlock_LoadTexture[]
Definition InertYellowBlock.c:9

◆ Entity_InertYellowBlock_RenderTopBottom

Gfx Entity_InertYellowBlock_RenderTopBottom[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsSPTexture(0x0080, 0x0080, 0, G_TX_RENDERTILE, G_OFF),
gsSPClearGeometryMode(G_LIGHTING | G_SHADING_SMOOTH),
gsSPSetGeometryMode(G_CULL_BACK),
gsSPVertex(D_0A000100_E42340, 8, 0),
gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
gsSP2Triangles(4, 5, 6, 0, 4, 6, 7, 0),
gsSPEndDisplayList(),
}