|
SSBM Decomp
|
#include <melee/ft/forward.h>Go to the source code of this file.
Typedefs | |
| typedef u8 | cmd_t |
| typedef u8 | arg_t |
Functions | |
| STATIC_ASSERT (CpuCmd_Count<=U8_MAX) | |
| CPU commands must fit in a u8! | |
| void | ftCo_800B3E04 (Fighter *) |
| Run any pending CPU commands. | |
| void | ftCo_800B463C (Fighter *, cmd_t cmd) |
| Writes a command to the current location in the script buffer area. | |
| void | ftCo_800B46B8 (Fighter *, cmd_t cmd, arg_t arg) |
| void | ftCo_800B462C (Fighter *) |
| Resets the write position to the start of the script buffer area. | |
| void | ftCo_800B4778 (Fighter *, cmd_t cmd, arg_t arg1, arg_t arg2) |
| void | ftCo_800B4880 (Fighter *, int script_idx) |
| Runs an existing command script from a table loaded from .dat. | |
| void | ftCo_800B49F4 (Fighter *) |
| void | ftCo_800B4A78 (Fighter *) |
| enum CPUCommand |
| STATIC_ASSERT | ( | CpuCmd_Count<= | U8_MAX | ) |
CPU commands must fit in a u8!
| void ftCo_800B3E04 | ( | Fighter * | fp | ) |
Run any pending CPU commands.
Writes a command to the current location in the script buffer area.
| void ftCo_800B462C | ( | Fighter * | fp | ) |
Resets the write position to the start of the script buffer area.
| 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 | ) |