SSBM Decomp
|
#include "ftcmdscript.h"
#include <placeholder.h>
#include <math.h>
#include <sysdolphin/baselib/debug.h>
#include <melee/ft/chara/ftCommon/ftCo_0A01.h>
#include <melee/ft/types.h>
#include <melee/ft/fighter.h>
#include <melee/lb/lb_00CE.h>
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) |
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 | ) |