SSBM Decomp
Loading...
Searching...
No Matches
ftcmdscript.c File Reference

Functions

void ftCo_800B3E04 (Fighter *fp)
 Run any pending CPU commands.
void ftCo_800B462C (Fighter *fp)
 Resets the write position to the start of the script buffer area.
void ftCo_800B463C (Fighter *fp, u8 cmd)
 Writes a command to the current location in the script buffer area.
void ftCo_800B46B8 (Fighter *fp, u8 cmd, u8 arg)
void ftCo_800B4778 (Fighter *fp, u8 cmd, u8 arg1, u8 arg2)
void ftCo_800B4880 (Fighter *fp, int script_idx)
 Runs an existing command script from a table loaded from .dat.
void ftCo_800B49F4 (Fighter *fp)
void ftCo_800B4A78 (Fighter *fp)

Function Documentation

◆ ftCo_800B3E04()

void ftCo_800B3E04 ( Fighter * fp)

Run any pending CPU commands.

◆ ftCo_800B462C()

void ftCo_800B462C ( Fighter * fp)

Resets the write position to the start of the script buffer area.

◆ ftCo_800B463C()

void ftCo_800B463C ( Fighter * fp,
u8 cmd )

Writes a command to the current location in the script buffer area.

◆ ftCo_800B46B8()

void ftCo_800B46B8 ( Fighter * fp,
u8 cmd,
u8 arg )

◆ ftCo_800B4778()

void ftCo_800B4778 ( Fighter * fp,
u8 cmd,
u8 arg1,
u8 arg2 )

◆ ftCo_800B4880()

void ftCo_800B4880 ( Fighter * fp,
int script_idx )

Runs an existing command script from a table loaded from .dat.

◆ ftCo_800B49F4()

void ftCo_800B49F4 ( Fighter * fp)

◆ ftCo_800B4A78()

void ftCo_800B4A78 ( Fighter * fp)