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

Go to the source code of this file.

Functions

 INCLUDE_IMG ("ui/battle/cursor_hand.png", ui_battle_cursor_hand_png)
 
 INCLUDE_PAL ("ui/battle/cursor_hand.pal", ui_battle_cursor_hand_pal)
 

Variables

IMG_BIN ui_battle_menu_spirits_png []
 
PAL_BIN ui_battle_menu_spirits_pal []
 
IMG_BIN ui_battle_solid_star_png []
 
PAL_BIN ui_battle_solid_star_pal []
 
Vtx BtlCursorModelVtx []
 
Gfx BtlCursorModelGfx []
 
EntityModelScript EMS_CursorIcon = STANDARD_ENTITY_MODEL_SCRIPT(BtlCursorModelGfx, RENDER_MODE_ALPHATEST)
 
Vtx BtlBonkModelVtx []
 
Gfx BtlBonkModelGfx []
 
EntityModelScript EMS_BonkIcon = STANDARD_ENTITY_MODEL_SCRIPT(BtlBonkModelGfx, RENDER_MODE_CLOUD_NO_ZCMP)
 
Vtx BtlStarModelVtx []
 
Gfx BtlStarModelGfx []
 
EntityModelScript EMS_StarIcon = STANDARD_ENTITY_MODEL_SCRIPT(BtlStarModelGfx, RENDER_MODE_ALPHATEST)
 

Function Documentation

◆ INCLUDE_IMG()

INCLUDE_IMG ( "ui/battle/cursor_hand.png" ,
ui_battle_cursor_hand_png  )

◆ INCLUDE_PAL()

INCLUDE_PAL ( "ui/battle/cursor_hand.pal" ,
ui_battle_cursor_hand_pal  )

Variable Documentation

◆ ui_battle_menu_spirits_png

IMG_BIN ui_battle_menu_spirits_png[]
extern

◆ ui_battle_menu_spirits_pal

PAL_BIN ui_battle_menu_spirits_pal[]
extern

◆ ui_battle_solid_star_png

IMG_BIN ui_battle_solid_star_png[]
extern

◆ ui_battle_solid_star_pal

PAL_BIN ui_battle_solid_star_pal[]
extern

◆ BtlCursorModelVtx

Vtx BtlCursorModelVtx[]
Initial value:
= {
{{{ -22, -6, 0 }, 0, { 1024, 1024 }, { 0, 0, 0, 255 }}},
{{{ 9, -6, 0 }, 0, { 0, 1024 }, { 0, 0, 0, 255 }}},
{{{ 9, 25, 0 }, 0, { 0, 0 }, { 0, 0, 0, 255 }}},
{{{ -22, 25, 0 }, 0, { 1024, 0 }, { 0, 0, 0, 255 }}},
}

Definition at line 13 of file entity_model_icons.c.

13 {
14 {{{ -22, -6, 0 }, 0, { 1024, 1024 }, { 0, 0, 0, 255 }}},
15 {{{ 9, -6, 0 }, 0, { 0, 1024 }, { 0, 0, 0, 255 }}},
16 {{{ 9, 25, 0 }, 0, { 0, 0 }, { 0, 0, 0, 255 }}},
17 {{{ -22, 25, 0 }, 0, { 1024, 0 }, { 0, 0, 0, 255 }}},
18};

◆ BtlCursorModelGfx

Gfx BtlCursorModelGfx[]
Initial value:

Definition at line 20 of file entity_model_icons.c.

◆ EMS_CursorIcon

◆ BtlBonkModelVtx

Vtx BtlBonkModelVtx[]
Initial value:
= {
{{{ -16, -16, 0 }, 0, { 0, 0 }, { 0, 0, 0, 255 }}},
{{{ 15, -16, 0 }, 0, { 1024, 0 }, { 0, 0, 0, 255 }}},
{{{ 15, 15, 0 }, 0, { 1024, 1024 }, { 0, 0, 0, 255 }}},
{{{ -16, 15, 0 }, 0, { 0, 1024 }, { 0, 0, 0, 255 }}},
}

Definition at line 43 of file entity_model_icons.c.

43 {
44 {{{ -16, -16, 0 }, 0, { 0, 0 }, { 0, 0, 0, 255 }}},
45 {{{ 15, -16, 0 }, 0, { 1024, 0 }, { 0, 0, 0, 255 }}},
46 {{{ 15, 15, 0 }, 0, { 1024, 1024 }, { 0, 0, 0, 255 }}},
47 {{{ -16, 15, 0 }, 0, { 0, 1024 }, { 0, 0, 0, 255 }}},
48};

◆ BtlBonkModelGfx

Gfx BtlBonkModelGfx[]
Initial value:

Definition at line 50 of file entity_model_icons.c.

◆ EMS_BonkIcon

◆ BtlStarModelVtx

Vtx BtlStarModelVtx[]
Initial value:
= {
{{{ -16, -16, 0 }, 0, { 0, 1024 }, { 0, 0, 0, 255 }}},
{{{ 15, -16, 0 }, 0, { 1024, 1024 }, { 0, 0, 0, 255 }}},
{{{ 15, 15, 0 }, 0, { 1024, 0 }, { 0, 0, 0, 255 }}},
{{{ -16, 15, 0 }, 0, { 0, 0 }, { 0, 0, 0, 255 }}},
}

Definition at line 74 of file entity_model_icons.c.

74 {
75 {{{ -16, -16, 0 }, 0, { 0, 1024 }, { 0, 0, 0, 255 }}},
76 {{{ 15, -16, 0 }, 0, { 1024, 1024 }, { 0, 0, 0, 255 }}},
77 {{{ 15, 15, 0 }, 0, { 1024, 0 }, { 0, 0, 0, 255 }}},
78 {{{ -16, 15, 0 }, 0, { 0, 0 }, { 0, 0, 0, 255 }}},
79};

◆ BtlStarModelGfx

Gfx BtlStarModelGfx[]
Initial value:

Definition at line 81 of file entity_model_icons.c.

◆ EMS_StarIcon