|
SSBM Decomp
|
#include "ftpeachspeciallw.h"#include <Runtime/platform.h>#include <melee/ft/forward.h>#include <melee/ft/kinds/ftCommon/forward.h>#include <melee/it/forward.h>#include <sysdolphin/baselib/forward.h>#include "ftpeach.h"#include "types.h"#include <dolphin/mtx.h>#include <melee/ef/efsync.h>#include <melee/ft/fighter.h>#include <melee/ft/ft_081B.h>#include <melee/ft/ft_084E.h>#include <melee/ft/ft_0892.h>#include <melee/ft/ftanim.h>#include <melee/ft/kinds/ftCommon/ftCo_Fall.h>#include <melee/ft/kinds/ftCommon/ftCo_ItemThrow.h>#include <melee/ft/kinds/ftCommon/ftpickupitem.h>#include <melee/ft/kinds/ftCommon/inlines.h>#include <melee/ft/types.h>#include <melee/it/it_26B1.h>#include <melee/it/kinds/itpeachturnip.h>#include <melee/lb/lb_00B0.h>#include <sysdolphin/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 |