Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
RedBlock.c
Go to the documentation of this file.
1#include "common.h"
2#include "include_asset.h"
3
4#include "entity/model/RedBlock.vtx.inc.c"
5
6INCLUDE_IMG("entity/model/RedBlock_face.png", D_0A000180_E3C4A0);
17
29
37 gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
38 gsSP2Triangles(4, 5, 6, 0, 4, 6, 7, 0),
39 gsSP2Triangles(8, 9, 10, 0, 8, 10, 11, 0),
40 gsSP2Triangles(12, 13, 14, 0, 12, 14, 15, 0),
42};
43
BSS s32 PopupMenu_SelectedIndex
Gfx Entity_RedBlock_RenderSides[]
Definition RedBlock.c:30
Gfx Entity_RedBlock_LoadTexture[]
Definition RedBlock.c:7
Gfx Entity_RedBlock_Render[]
Definition RedBlock.c:44
Gfx Entity_RedBlock_RenderTopBottom[]
Definition RedBlock.c:18
#define INCLUDE_IMG(FILENAME, SYMBOLNAME)