SSBM Decomp
|
#include "ftCo_CargoThrow.h"
#include "ftCo_CargoFall.h"
#include "ftCo_CargoWait.h"
#include "ftCo_Damage.h"
#include "math.h"
#include <platform.h>
#include "ft/fighter.h"
#include "ft/forward.h"
#include "ft/ft_081B.h"
#include "ftCommon/ftCo_Attack100.h"
#include "ft/ftanim.h"
#include "ft/ftcommon.h"
#include "ft/types.h"
#include "ftCommon/ftCo_CaptureCut.h"
#include "ftCommon/ftCo_Throw.h"
#include "ftCommon/ftCo_Thrown.h"
#include "ftDonkey/types.h"
#include <common_structs.h>
#include <dolphin/mtx.h>
Functions | |
static void | ftCo_8009C02C (Fighter_GObj *gobj, FtMotionId msid) |
static void | ftCo_8009C170 (Fighter_GObj *gobj) |
static void | ftCo_8009C45C (Fighter_GObj *gobj) |
void | ftCo_CargoWait2_Anim (Fighter_GObj *gobj) |
void | ftCo_CargoWait2_Phys (Fighter_GObj *gobj) |
void | ftCo_CargoWait2_Coll (Fighter_GObj *gobj) |
static FtMotionId | inlineA0 (Fighter *fp) |
bool | ftCo_8009BF3C (Fighter_GObj *gobj) |
void | ftCo_CargoThrowF_Anim (Fighter_GObj *gobj) |
void | ftCo_CargoThrowF_IASA (Fighter_GObj *gobj) |
void | ftCo_CargoThrowF_Phys (Fighter_GObj *gobj) |
static void | inlineB0 (Fighter_GObj *gobj, FtMotionId msid) |
static void | inlineB1 (Fighter_GObj *gobj, FighterEvent cb, int offset) |
void | ftCo_CargoThrowF_Coll (Fighter_GObj *gobj) |
void | ftCo_CargoThrowB_Anim (Fighter_GObj *gobj) |
void | ftCo_CargoThrowB_IASA (Fighter_GObj *gobj) |
void | ftCo_CargoThrowB_Phys (Fighter_GObj *gobj) |
void | ftCo_CargoThrowB_Coll (Fighter_GObj *gobj) |
void | ftCo_CargoThrowHi_Anim (Fighter_GObj *gobj) |
void | ftCo_CargoThrowHi_IASA (Fighter_GObj *gobj) |
void | ftCo_CargoThrowHi_Phys (Fighter_GObj *gobj) |
void | ftCo_CargoThrowHi_Coll (Fighter_GObj *gobj) |
void | ftCo_CargoThrowLw_Anim (Fighter_GObj *gobj) |
void | ftCo_CargoThrowLw_IASA (Fighter_GObj *gobj) |
void | ftCo_CargoThrowLw_Phys (Fighter_GObj *gobj) |
void | ftCo_CargoThrowLw_Coll (Fighter_GObj *gobj) |
void | ftCo_CargoThrowAir_Anim (Fighter_GObj *gobj) |
void | ftCo_CargoThrowAir_IASA (Fighter_GObj *gobj) |
void | ftCo_CargoThrowAir_Phys (Fighter_GObj *gobj) |
void | ftCo_CargoThrowAir_Coll (Fighter_GObj *gobj) |
|
static |
|
static |
|
static |
void ftCo_CargoWait2_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoWait2_Phys | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoWait2_Coll | ( | Fighter_GObj * | gobj | ) |
|
inlinestatic |
bool ftCo_8009BF3C | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowF_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowF_IASA | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowF_Phys | ( | Fighter_GObj * | gobj | ) |
|
inlinestatic |
|
inlinestatic |
void ftCo_CargoThrowF_Coll | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowB_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowB_IASA | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowB_Phys | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowB_Coll | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowHi_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowHi_IASA | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowHi_Phys | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowHi_Coll | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowLw_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowLw_IASA | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowLw_Phys | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowLw_Coll | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowAir_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowAir_IASA | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowAir_Phys | ( | Fighter_GObj * | gobj | ) |
void ftCo_CargoThrowAir_Coll | ( | Fighter_GObj * | gobj | ) |