SSBM Decomp
Loading...
Searching...
No Matches
ftmaterial.c File Reference
#include "ftmaterial.h"
#include <placeholder.h>
#include "ft/fighter.h"
#include "ft/forward.h"
#include "ft/ft_0C8C.h"
#include "ft/ftCo_800C7CA0.h"
#include "ft/ftdevice.h"
#include "ft/types.h"
#include "ftCommon/ftCo_09F4.h"
#include "lb/lb_00B0.h"
#include "lb/lbrefract.h"
#include <baselib/class.h>
#include <baselib/debug.h>
#include <baselib/gobj.h>
#include <baselib/jobj.h>
#include <baselib/mobj.h>
#include <baselib/state.h>
#include <baselib/tev.h>
#include <baselib/tobj.h>

Data Structures

struct  ft_MObjInfo

Functions

void ftMaterial_800BF260 (void)
void ftMaterial_800BF2B8 (HSD_MObj *mobj, u32 rendermode, u32 unused)
HSD_TExpftMaterial_800BF534 (Fighter *fp, HSD_MObj *mobj, HSD_TExp *texp, u32 rendermode)
void ftMaterial_800BF6BC (Fighter *fp, HSD_MObj *mobj, HSD_TExp *texp)
void ftMaterial_800BFB4C (Fighter_GObj *gobj, GXColor *diffuse)

Variables

HSD_MObjInfo ftMObj = { ftMaterial_800BF260 }
static HSD_TevDesc ftMaterial_803C69D0
static HSD_TECnst ftMaterial_803C6A44

Function Documentation

◆ ftMaterial_800BF260()

void ftMaterial_800BF260 ( void )

◆ ftMaterial_800BF2B8()

void ftMaterial_800BF2B8 ( HSD_MObj * mobj,
u32 rendermode,
u32 unused )

◆ ftMaterial_800BF534()

HSD_TExp * ftMaterial_800BF534 ( Fighter * fp,
HSD_MObj * mobj,
HSD_TExp * texp,
u32 rendermode )

◆ ftMaterial_800BF6BC()

void ftMaterial_800BF6BC ( Fighter * fp,
HSD_MObj * mobj,
HSD_TExp * texp )

◆ ftMaterial_800BFB4C()

void ftMaterial_800BFB4C ( Fighter_GObj * gobj,
GXColor * diffuse )

Variable Documentation

◆ ftMObj

◆ ftMaterial_803C69D0

HSD_TevDesc ftMaterial_803C69D0
static
Initial value:
= {
0,
{ {
0, 0, 15, 15, 15, 0, 0, true, 0, 0, 7, 7,
7, 0, 0, false, 0, 0, 0, 0, 0, 0, 0,
} },
}
#define NULL
Definition stddef.h:19
@ HSD_TE_UNDEF
Definition texp.h:34
#define TEVCONF_MODE
Definition texp.h:14

◆ ftMaterial_803C6A44

HSD_TECnst ftMaterial_803C6A44
static
Initial value:
= {
HSD_TE_CNST, NULL, NULL, HSD_TE_RGB, HSD_TE_U8, 0xFF, 0xFF, 0, 0,
}
@ HSD_TE_U8
Definition texp.h:38
@ HSD_TE_RGB
Definition texp.h:18
@ HSD_TE_CNST
Definition texp.h:51