|
SSBM Decomp
|
#include "ftGw_Init.h"#include "ftGw_Attack100.h"#include "ftGw_Attack11.h"#include "ftGw_AttackAir.h"#include "ftGw_AttackLw3.h"#include "ftGw_AttackS4.h"#include "ftGw_SpecialHi.h"#include "ftGw_SpecialLw.h"#include "ftGw_SpecialN.h"#include "ftGw_SpecialS.h"#include "types.h"#include "ft/ftcamera.h"#include "ft/ftcolanim.h"#include "ft/ftmaterial.h"#include "ft/ftparts.h"#include "ft/inlines.h"#include "ft/types.h"#include "ftCommon/forward.h"#include "it/it_26B1.h"#include "it/types.h"#include <common_structs.h>#include <dolphin/gx.h>#include <dolphin/mtx.h>Variables | |
| MotionState | ftGw_Init_MotionStateTable [ftGw_MS_SelfCount] |
| char | ftGw_Init_DatFilename [] = "PlGw.dat" |
| char | ftGw_Init_DataName [] = "ftDataGamewatch" |
| char | ftGw_Init_803D2904 [] = "PlGwNr.dat" |
| char | ftGw_Init_803D2910 [] = "PlyGamewatch5K_Share_joint" |
| char | ftGw_Init_AnimDatFilename [] = "PlGwAJ.dat" |
| Fighter_DemoStrings | ftGw_Init_DemoMotionFilenames |
| Fighter_CostumeStrings | ftGw_Init_CostumeStrings [] |
| void ftGw_Init_OnDeath | ( | HSD_GObj * | gobj | ) |
| void ftGw_Init_OnLoad | ( | HSD_GObj * | gobj | ) |
| void ftGw_Init_OnDamage | ( | HSD_GObj * | gobj | ) |
| void ftGw_Init_8014A538 | ( | HSD_GObj * | gobj | ) |
| void ftGw_Init_OnItemInvisible | ( | HSD_GObj * | gobj | ) |
| void ftGw_Init_OnItemVisible | ( | HSD_GObj * | gobj | ) |
0x8014A6E0 https://decomp.me/scratch/ibIxi // Make held item visible (restores picked up item's hand held animation)
0x8014A728 https://decomp.me/scratch/LR8f5 // OnDropItem callback
| void ftGw_Init_UnkMotionStates4 | ( | HSD_GObj * | gobj | ) |
0x8014A77C https://decomp.me/scratch/SX2FV // Set Oil Panic Color Overlay
| void ftGw_Init_LoadSpecialAttrs | ( | HSD_GObj * | gobj | ) |
0x8014A7B4 https://decomp.me/scratch/RJvAe // Copy Special Attributes from DAT file struct to Fighter*
| void ftGw_Init_8014A7F4 | ( | HSD_GObj * | gobj, |
| ItemModStruct * | item_mod | ||
| ) |
0x8014A7F4 https://decomp.me/scratch/PFWrJ // Apply color to Mr.
Game & Watch's items?
| void ftGw_Init_8014A814 | ( | HSD_GObj * | gobj, |
| ItemModStruct * | item_mod | ||
| ) |
0x8014A814 https://decomp.me/scratch/BRo1r // Apply alt color to Mr.
Game & Watch's items?
| void ftGw_Init_OnAbsorb | ( | HSD_GObj * | gobj | ) |
0x8014A828 https://decomp.me/scratch/muS2N // Mr.
Game & Watch's OnAbsorb callback
| MotionState ftGw_Init_MotionStateTable[ftGw_MS_SelfCount] |
| char ftGw_Init_DatFilename[] = "PlGw.dat" |
| char ftGw_Init_DataName[] = "ftDataGamewatch" |
| char ftGw_Init_803D2904[] = "PlGwNr.dat" |
| char ftGw_Init_803D2910[] = "PlyGamewatch5K_Share_joint" |
| char ftGw_Init_AnimDatFilename[] = "PlGwAJ.dat" |
| Fighter_DemoStrings ftGw_Init_DemoMotionFilenames |
| Fighter_CostumeStrings ftGw_Init_CostumeStrings[] |