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

Go to the source code of this file.

Functions

 INCLUDE_IMG ("entity/model/SuperBlockContent.png", D_0A000000_E4A6A0)
 
 INCLUDE_PAL ("entity/model/SuperBlockContent.pal", D_0A000200_E4A8A0)
 
 INCLUDE_PAL ("entity/model/SuperBlockContent.pal2.pal", D_0A000220_E4A8C0)
 
 INCLUDE_PAL ("entity/model/SuperBlockContent.pal3.pal", D_0A000240_E4A8E0)
 
 INCLUDE_PAL ("entity/model/SuperBlockContent.pal4.pal", D_0A000260_E4A900)
 

Variables

Vtx Entity_SuperBlockContent_vtx []
 
Gfx Entity_SuperBlockContent_Prepare []
 
Gfx Entity_SuperBlockContent_RenderImage []
 
Gfx Entity_SuperBlockContent_Render []
 
Gfx Entity_SuperBlockContent_Render2 []
 

Function Documentation

◆ INCLUDE_IMG()

INCLUDE_IMG ( "entity/model/SuperBlockContent.png" ,
D_0A000000_E4A6A0  )

◆ INCLUDE_PAL() [1/4]

INCLUDE_PAL ( "entity/model/SuperBlockContent.pal" ,
D_0A000200_E4A8A0  )

◆ INCLUDE_PAL() [2/4]

◆ INCLUDE_PAL() [3/4]

◆ INCLUDE_PAL() [4/4]

Variable Documentation

◆ Entity_SuperBlockContent_vtx

Vtx Entity_SuperBlockContent_vtx[]
Initial value:
= {
{{{ 13, 13, 0 }, 0, { 0, 0 }, { 255, 255, 255, 255 }}},
{{{ -13, 13, 0 }, 0, { 1024, 0 }, { 255, 255, 255, 255 }}},
{{{ -13, -13, 0 }, 0, { 1024, 1024 }, { 255, 255, 255, 255 }}},
{{{ 13, -13, 0 }, 0, { 0, 1024 }, { 255, 255, 255, 255 }}},
}

Definition at line 10 of file SuperBlockContent.c.

10 {
11 {{{ 13, 13, 0 }, 0, { 0, 0 }, { 255, 255, 255, 255 }}},
12 {{{ -13, 13, 0 }, 0, { 1024, 0 }, { 255, 255, 255, 255 }}},
13 {{{ -13, -13, 0 }, 0, { 1024, 1024 }, { 255, 255, 255, 255 }}},
14 {{{ 13, -13, 0 }, 0, { 0, 1024 }, { 255, 255, 255, 255 }}},
15};

◆ Entity_SuperBlockContent_Prepare

◆ Entity_SuperBlockContent_RenderImage

◆ Entity_SuperBlockContent_Render

◆ Entity_SuperBlockContent_Render2