SSBM Decomp
|
#include <platform.h>
#include "ftCommon/forward.h"
#include "it/forward.h"
#include <dolphin/mtx/forward.h>
#include <baselib/forward.h>
#include "ftPe_SpecialLw.h"
#include "ftPe_Init.h"
#include "ef/efsync.h"
#include "ft/fighter.h"
#include "ft/ft_081B.h"
#include "ft/ft_0892.h"
#include "ft/ft_0C88.h"
#include "ft/ftanim.h"
#include "ft/ftcommon.h"
#include "ft/types.h"
#include "ftCommon/ftCo_ItemThrow.h"
#include "ftCommon/ftpickupitem.h"
#include "ftPeach/types.h"
#include "it/it_26B1.h"
#include "it/items/it_27CF.h"
#include "it/items/itpeachturnip.h"
#include "lb/lb_00B0.h"
#include <baselib/random.h>
Functions | |
static ItemKind | pickVeg (HSD_GObj *gobj) |
static void | spawnVeg (HSD_GObj *gobj) |
static void | handleAirColl (HSD_GObj *gobj) |
static void | handleColl (HSD_GObj *gobj) |
void | ftPe_SpecialLw_UnsetVeg (HSD_GObj *gobj) |
void | ftPe_SpecialLw_8011CFA0 (HSD_GObj *gobj) |
static ItemKind | getVeg (HSD_GObj *gobj) |
static void | setupVeg (ItemKind kind, HSD_GObj *gobj, Fighter *fp, Vec3 *pos) |
static bool | throwVegIfHeld (HSD_GObj *gobj, FtMotionId msid) |
void | ftPe_SpecialLw_Enter (HSD_GObj *gobj) |
void | ftPe_SpecialAirLw_Enter (HSD_GObj *gobj) |
static void | doAnim (HSD_GObj *gobj, HSD_GObjEvent cb) |
void | ftPe_SpecialLw_Anim (HSD_GObj *gobj) |
void | ftPe_SpecialAirLw_Anim (HSD_GObj *gobj) |
void | ftPe_SpecialLw_Phys (HSD_GObj *gobj) |
void | ftPe_SpecialAirLw_Phys (HSD_GObj *gobj) |
void | ftPe_SpecialLw_Coll (HSD_GObj *gobj) |
void | ftPe_SpecialAirLw_Coll (HSD_GObj *gobj) |
Variables | |
static MotionFlags const | coll_mf |
|
static |
|
static |
|
static |
void ftPe_SpecialLw_UnsetVeg | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialLw_8011CFA0 | ( | HSD_GObj * | gobj | ) |
|
static |
void ftPe_SpecialLw_Enter | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialAirLw_Enter | ( | HSD_GObj * | gobj | ) |
|
static |
void ftPe_SpecialLw_Anim | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialAirLw_Anim | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialLw_Phys | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialAirLw_Phys | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialLw_Coll | ( | HSD_GObj * | gobj | ) |
void ftPe_SpecialAirLw_Coll | ( | HSD_GObj * | gobj | ) |
|
static |