SYMBOL INDEX (586 symbols across 34 files) FILE: MexTK/include/archive.h type ArchiveInfo (line 7) | struct ArchiveInfo FILE: MexTK/include/collision.h type ECBBones (line 22) | struct ECBBones type DmgHazard (line 30) | struct DmgHazard type CollData (line 43) | struct CollData type CollGroupDesc (line 131) | struct CollGroupDesc // exists in stage file type CollGroup (line 149) | struct CollGroup // exists in heap type CollLineInfo (line 166) | struct CollLineInfo type CollLine (line 194) | struct CollLine type CollVert (line 214) | struct CollVert type CollDataStage (line 221) | struct CollDataStage FILE: MexTK/include/color.h type GXColor (line 9) | struct GXColor type ColorOverlay (line 17) | struct ColorOverlay FILE: MexTK/include/css.h type CSSBackup (line 10) | struct CSSBackup type MnSelectChrDataTable (line 25) | struct MnSelectChrDataTable type CSSCursorState (line 42) | enum CSSCursorState type CSSCursor (line 49) | struct CSSCursor type CSSPuck (line 61) | struct CSSPuck type MnSlChrIcon (line 72) | struct MnSlChrIcon type DoorState (line 87) | enum DoorState type MnSlChrDoor (line 94) | struct MnSlChrDoor type MnSlChrTagData (line 122) | struct MnSlChrTagData type MnSlChrTag (line 136) | struct MnSlChrTag type MnSlChrKOStar (line 149) | struct MnSlChrKOStar type MnSlChrData (line 161) | struct MnSlChrData type VSMinorData (line 188) | struct VSMinorData FILE: MexTK/include/datatypes.h type s8 (line 8) | typedef signed char s8; type s16 (line 9) | typedef signed short s16; type s32 (line 10) | typedef signed int s32; type s64 (line 11) | typedef signed long long s64; type u8 (line 12) | typedef unsigned char u8; type u16 (line 13) | typedef unsigned short u16; type u32 (line 14) | typedef unsigned int u32; type u64 (line 15) | typedef unsigned long long u64; type f32 (line 16) | typedef float f32; type f64 (line 17) | typedef double f64; type Vec2 (line 51) | struct Vec2 type Vec3 (line 57) | struct Vec3 type Vec4 (line 64) | struct Vec4 FILE: MexTK/include/devtext.h type DevText (line 9) | struct DevText FILE: MexTK/include/effects.h type Effect (line 12) | struct Effect type Particle (line 30) | struct Particle type ptclGen (line 56) | struct ptclGen // allocated at 8039d9c8 type GeneratorAppSRT (line 83) | struct GeneratorAppSRT // allocated at 803a42b0 type Particle2 (line 127) | struct Particle2 // created at 80398c90. dont feel like labelling this, ... FILE: MexTK/include/fighter.h type FtCommonBone (line 25) | enum FtCommonBone type Ft_AttackKind (line 432) | enum Ft_AttackKind type Playerblock (line 460) | struct Playerblock type PlayerData (line 505) | struct PlayerData type FighterBone (line 538) | struct FighterBone type DynamicsDesc (line 546) | struct DynamicsDesc type DynamicsHitDesc (line 556) | struct DynamicsHitDesc type DynamicsBehave (line 563) | struct DynamicsBehave type ftDynamics (line 568) | struct ftDynamics type ftData (line 577) | struct ftData type ftChkDevice (line 605) | struct ftChkDevice // 80459a68 type SubactionHeader (line 621) | struct SubactionHeader type MoveLogic (line 630) | struct MoveLogic type ReflectDesc (line 643) | struct ReflectDesc type ShieldDesc (line 654) | struct ShieldDesc type AbsorbDesc (line 665) | struct AbsorbDesc type HitVictim (line 676) | struct HitVictim type ftHit (line 682) | struct ftHit type FtHurt (line 726) | struct FtHurt type FtDynamicBoneset (line 748) | struct FtDynamicBoneset type FtDynamicRoot (line 758) | struct FtDynamicRoot type FtDynamicHit (line 791) | struct FtDynamicHit type FtAfterImageKey (line 801) | struct FtAfterImageKey type CPU (line 807) | struct CPU type ftCommonData (line 1156) | struct ftCommonData type FighterData (line 1677) | struct FighterData type FtParts (line 2634) | struct FtParts // is in the fighter data type FtPartsDesc (line 2642) | struct FtPartsDesc type FtDOBJUnk3 (line 2648) | struct FtDOBJUnk3 type FtDOBJUnk2 (line 2654) | struct FtDOBJUnk2 type FtPartsLookup (line 2660) | struct FtPartsLookup type FtDOBJUnk (line 2669) | struct FtDOBJUnk // is in the fighter data type FtCliffCatch (line 2681) | struct FtCliffCatch FILE: MexTK/include/hsd.h type HSD_ObjAllocData (line 46) | struct HSD_ObjAllocData type HSD_Material (line 61) | struct HSD_Material type HSD_Pad (line 70) | struct HSD_Pad type HSD_Pads (line 96) | struct HSD_Pads type HSD_Update (line 101) | struct HSD_Update type HSD_VI (line 150) | struct HSD_VI FILE: MexTK/include/inline.h function fabs (line 15) | static float fabs(float x) function abs (line 24) | static int abs(int x) function enterKnockback (line 33) | static void enterKnockback(GOBJ *fighter, int angle, float mag) function null (line 52) | static void null() function PRIM_DRAW (line 57) | static void __attribute__((optimize("O0"))) PRIM_DRAW(PRIM *gx, float x,... function C_QUATMtx (line 66) | static void C_QUATMtx(Vec4 *r, Mtx m) function HSD_Pad (line 119) | static HSD_Pad *PadGet(int playerIndex, int padType) function lerp (line 132) | static float lerp(Translation *anim, float currFrame) function JOBJ_GetAnimFrame (line 157) | static float JOBJ_GetAnimFrame(JOBJ *joint) function AOBJ (line 209) | static AOBJ *JOBJ_GetFirstAOBJ(JOBJ *jobj) function AOBJ (line 270) | static AOBJ *JOBJ_GetJointAOBJ(JOBJ *jobj) function DOBJ (line 299) | static DOBJ *JOBJ_GetDObjChild(JOBJ *joint, int dobj_index) function Math_Vec2Angle (line 319) | static float Math_Vec2Angle(Vec2 *a, Vec2 *b) function Math_Vec2Distance (line 340) | static float Math_Vec2Distance(Vec2 *a, Vec2 *b) function Math_Vec3Distance (line 345) | static float Math_Vec3Distance(Vec3 *a, Vec3 *b) FILE: MexTK/include/item.h type itData (line 265) | struct itData type itCommonAttr (line 292) | struct itCommonAttr type ItemState (line 344) | struct ItemState type SpawnItem (line 352) | struct SpawnItem type itHit (line 370) | struct itHit type ItemData (line 469) | struct ItemData FILE: MexTK/include/kirby.h type FtVarKirby (line 12) | struct FtVarKirby FILE: MexTK/include/match.h type MatchInit (line 37) | struct MatchInit type MatchHUD (line 147) | struct MatchHUD type CameraBox (line 174) | struct CameraBox type MatchCamera (line 194) | struct MatchCamera type MatchOffscreen (line 453) | struct MatchOffscreen type Match (line 464) | struct Match // static match struct @ 8046b6a0 FILE: MexTK/include/memcard.h type Memcard (line 25) | struct Memcard type SnapshotInfo (line 2077) | struct SnapshotInfo type SnapshotList (line 2084) | struct SnapshotList type MemSnapIconData (line 2093) | struct MemSnapIconData type MemcardSave (line 2099) | struct MemcardSave type MemcardWork (line 2107) | struct MemcardWork type MemcardUnk (line 2660) | struct MemcardUnk type MemcardInfo (line 2675) | struct MemcardInfo type Rules1 (line 2725) | struct Rules1 FILE: MexTK/include/mex.h type MEX_GETDATA (line 10) | enum MEX_GETDATA type PRIM (line 24) | struct PRIM type Translation (line 29) | struct Translation type MEXPlaylist (line 35) | struct MEXPlaylist FILE: MexTK/include/obj.h type GOBJ (line 99) | struct GOBJ type GOBJProc (line 121) | struct GOBJProc type GOBJList (line 132) | struct GOBJList type GXList (line 157) | struct GXList type TOBJ (line 164) | struct TOBJ type AOBJ (line 195) | struct AOBJ type MOBJ (line 206) | struct MOBJ type JOBJDesc (line 227) | struct JOBJDesc type COBJDesc (line 246) | struct COBJDesc type DOBJ (line 289) | struct DOBJ type JOBJ (line 300) | struct JOBJ type WOBJ (line 320) | struct WOBJ type COBJ (line 329) | struct COBJ type _HSD_ImageDesc (line 380) | struct _HSD_ImageDesc type _HSD_LightPoint (line 391) | struct _HSD_LightPoint type _HSD_LightPointDesc (line 400) | struct _HSD_LightPointDesc type _HSD_LightSpot (line 409) | struct _HSD_LightSpot type _HSD_LightSpotDesc (line 418) | struct _HSD_LightSpotDesc type _HSD_LightAttn (line 427) | struct _HSD_LightAttn type LOBJ (line 437) | struct LOBJ type JOBJAnimSet (line 462) | struct JOBJAnimSet FILE: MexTK/include/preload.h type PreloadChar (line 7) | struct PreloadChar type Preload (line 13) | struct Preload FILE: MexTK/include/result.h type RstPlayer (line 7) | struct RstPlayer type RstInit (line 65) | struct RstInit FILE: MexTK/include/scene.h type HEAP_KIND (line 10) | enum HEAP_KIND type MINOR_KIND (line 18) | enum MINOR_KIND type MajorScene (line 69) | struct MajorScene type MinorScene (line 78) | struct MinorScene type ScDataVS (line 89) | struct ScDataVS type ScDataRst (line 98) | struct ScDataRst FILE: MexTK/include/stage.h type GrInternal (line 13) | enum GrInternal type map_gobjDesc (line 57) | struct map_gobjDesc type map_gobjData (line 66) | struct map_gobjData type StageOnGO (line 220) | struct StageOnGO type Stage (line 227) | struct Stage type MapHead (line 373) | struct MapHead type StageFile (line 385) | struct StageFile FILE: MexTK/include/structs.h type Vec2 (line 9) | typedef struct Vec2 Vec2; type Vec3 (line 10) | typedef struct Vec3 Vec3; type Vec4 (line 11) | typedef struct Vec4 Vec4; type OSInfo (line 14) | typedef struct OSInfo OSInfo; type OSCalendarTime (line 15) | typedef struct OSCalendarTime OSCalendarTime; type CARDStat (line 16) | typedef struct CARDStat CARDStat; type CARDFileInfo (line 17) | typedef struct CARDFileInfo CARDFileInfo; type RGB565 (line 18) | typedef struct RGB565 RGB565; type GOBJ (line 21) | typedef struct GOBJ GOBJ; type GOBJProc (line 22) | typedef struct GOBJProc GOBJProc; type GOBJList (line 23) | typedef struct GOBJList GOBJList; type GXList (line 24) | typedef struct GXList GXList; type JOBJ (line 25) | typedef struct JOBJ JOBJ; type JOBJDesc (line 26) | typedef struct JOBJDesc JOBJDesc; type DOBJ (line 27) | typedef struct DOBJ DOBJ; type TOBJ (line 28) | typedef struct TOBJ TOBJ; type AOBJ (line 29) | typedef struct AOBJ AOBJ; type MOBJ (line 30) | typedef struct MOBJ MOBJ; type WOBJ (line 31) | typedef struct WOBJ WOBJ; type COBJ (line 32) | typedef struct COBJ COBJ; type COBJDesc (line 33) | typedef struct COBJDesc COBJDesc; type _HSD_ImageDesc (line 34) | typedef struct _HSD_ImageDesc _HSD_ImageDesc; type _HSD_LightPoint (line 35) | typedef struct _HSD_LightPoint _HSD_LightPoint; type _HSD_LightPointDesc (line 36) | typedef struct _HSD_LightPointDesc _HSD_LightPointDesc; type _HSD_LightSpot (line 37) | typedef struct _HSD_LightSpot _HSD_LightSpot; type _HSD_LightSpotDesc (line 38) | typedef struct _HSD_LightSpotDesc _HSD_LightSpotDesc; type _HSD_LightAttn (line 39) | typedef struct _HSD_LightAttn _HSD_LightAttn; type LOBJ (line 40) | typedef struct LOBJ LOBJ; type JOBJAnimSet (line 41) | typedef struct JOBJAnimSet JOBJAnimSet; type ArchiveInfo (line 44) | typedef struct ArchiveInfo ArchiveInfo; type MapHead (line 45) | typedef struct MapHead MapHead; type Stage (line 48) | typedef struct Stage Stage; type StageOnGO (line 49) | typedef struct StageOnGO StageOnGO; type map_gobjData (line 50) | typedef struct map_gobjData map_gobjData; type map_gobjDesc (line 51) | typedef struct map_gobjDesc map_gobjDesc; type StageFile (line 52) | typedef struct StageFile StageFile; type MatchInit (line 55) | typedef struct MatchInit MatchInit; type Match (line 56) | typedef struct Match Match; type MatchHUD (line 57) | typedef struct MatchHUD MatchHUD; type MatchCamera (line 58) | typedef struct MatchCamera MatchCamera; type CameraBox (line 59) | typedef struct CameraBox CameraBox; type MatchOffscreen (line 60) | typedef struct MatchOffscreen MatchOffscreen; type Text (line 63) | typedef struct Text Text; type TextAllocInfo (line 64) | typedef struct TextAllocInfo TextAllocInfo; type DevText (line 67) | typedef struct DevText DevText; type Effect (line 70) | typedef struct Effect Effect; type Particle (line 71) | typedef struct Particle Particle; type Particle2 (line 72) | typedef struct Particle2 Particle2; type ptclGen (line 73) | typedef struct ptclGen ptclGen; type GeneratorAppSRT (line 74) | typedef struct GeneratorAppSRT GeneratorAppSRT; type GXColor (line 77) | typedef struct GXColor GXColor; type ColorOverlay (line 78) | typedef struct ColorOverlay ColorOverlay; type ItemData (line 81) | typedef struct ItemData ItemData; type ItemState (line 82) | typedef struct ItemState ItemState; type SpawnItem (line 83) | typedef struct SpawnItem SpawnItem; type itData (line 84) | typedef struct itData itData; type itCommonAttr (line 85) | typedef struct itCommonAttr itCommonAttr; type itHit (line 86) | typedef struct itHit itHit; type FighterData (line 89) | typedef struct FighterData FighterData; type FighterBone (line 90) | typedef struct FighterBone FighterBone; type Playerblock (line 91) | typedef struct Playerblock Playerblock; type PlayerData (line 92) | typedef struct PlayerData PlayerData; type MoveLogic (line 93) | typedef struct MoveLogic MoveLogic; type SubactionHeader (line 94) | typedef struct SubactionHeader SubactionHeader; type ftHit (line 95) | typedef struct ftHit ftHit; type HitVictim (line 96) | typedef struct HitVictim HitVictim; type FtHurt (line 97) | typedef struct FtHurt FtHurt; type ReflectDesc (line 98) | typedef struct ReflectDesc ReflectDesc; type ShieldDesc (line 99) | typedef struct ShieldDesc ShieldDesc; type AbsorbDesc (line 100) | typedef struct AbsorbDesc AbsorbDesc; type CPU (line 101) | typedef struct CPU CPU; type ftData (line 102) | typedef struct ftData ftData; type ftCommonData (line 103) | typedef struct ftCommonData ftCommonData; type ftChkDevice (line 104) | typedef struct ftChkDevice ftChkDevice; type FtSymbolLookup (line 105) | typedef struct FtSymbolLookup FtSymbolLookup; type FtSymbols (line 106) | typedef struct FtSymbols FtSymbols; type FtParts (line 107) | typedef struct FtParts FtParts; type FtPartsDesc (line 108) | typedef struct FtPartsDesc FtPartsDesc; type FtDOBJUnk (line 109) | typedef struct FtDOBJUnk FtDOBJUnk; type FtPartsLookup (line 110) | typedef struct FtPartsLookup FtPartsLookup; type FtDOBJUnk2 (line 111) | typedef struct FtDOBJUnk2 FtDOBJUnk2; type FtDOBJUnk3 (line 112) | typedef struct FtDOBJUnk3 FtDOBJUnk3; type FtDynamicBoneset (line 113) | typedef struct FtDynamicBoneset FtDynamicBoneset; type FtDynamicRoot (line 114) | typedef struct FtDynamicRoot FtDynamicRoot; type FtDynamicHit (line 115) | typedef struct FtDynamicHit FtDynamicHit; type DynamicsDesc (line 116) | typedef struct DynamicsDesc DynamicsDesc; type DynamicsHitDesc (line 117) | typedef struct DynamicsHitDesc DynamicsHitDesc; type DynamicsBehave (line 118) | typedef struct DynamicsBehave DynamicsBehave; type ftDynamics (line 119) | typedef struct ftDynamics ftDynamics; type FtCliffCatch (line 122) | typedef struct FtCliffCatch FtCliffCatch; type CSSBackup (line 125) | typedef struct CSSBackup CSSBackup; type MnSelectChrDataTable (line 126) | typedef struct MnSelectChrDataTable MnSelectChrDataTable; type VSMinorData (line 127) | typedef struct VSMinorData VSMinorData; type CSSCursor (line 128) | typedef struct CSSCursor CSSCursor; type CSSPuck (line 129) | typedef struct CSSPuck CSSPuck; type MnSlChrData (line 130) | typedef struct MnSlChrData MnSlChrData; type MnSlChrIcon (line 131) | typedef struct MnSlChrIcon MnSlChrIcon; type MnSlChrDoor (line 132) | typedef struct MnSlChrDoor MnSlChrDoor; type MnSlChrTag (line 133) | typedef struct MnSlChrTag MnSlChrTag; type MnSlChrTagData (line 134) | typedef struct MnSlChrTagData MnSlChrTagData; type MnSlChrKOStar (line 135) | typedef struct MnSlChrKOStar MnSlChrKOStar; type Memcard (line 138) | typedef struct Memcard Memcard; type MemcardWork (line 139) | typedef struct MemcardWork MemcardWork; type MemcardUnk (line 140) | typedef struct MemcardUnk MemcardUnk; type MemcardSave (line 141) | typedef struct MemcardSave MemcardSave; type MemcardInfo (line 142) | typedef struct MemcardInfo MemcardInfo; type SnapshotInfo (line 143) | typedef struct SnapshotInfo SnapshotInfo; type SnapshotList (line 144) | typedef struct SnapshotList SnapshotList; type MemSnapIconData (line 145) | typedef struct MemSnapIconData MemSnapIconData; type Rules1 (line 146) | typedef struct Rules1 Rules1; type CollData (line 149) | typedef struct CollData CollData; type ECBBones (line 150) | typedef struct ECBBones ECBBones; type DmgHazard (line 151) | typedef struct DmgHazard DmgHazard; type CollLineInfo (line 152) | typedef struct CollLineInfo CollLineInfo; type CollLine (line 153) | typedef struct CollLine CollLine; type CollVert (line 154) | typedef struct CollVert CollVert; type CollDataStage (line 155) | typedef struct CollDataStage CollDataStage; type CollGroupDesc (line 156) | typedef struct CollGroupDesc CollGroupDesc; type CollGroup (line 157) | typedef struct CollGroup CollGroup; type HSD_Material (line 160) | typedef struct HSD_Material HSD_Material; type HSD_Pad (line 161) | typedef struct HSD_Pad HSD_Pad; type HSD_Pads (line 162) | typedef struct HSD_Pads HSD_Pads; type HSD_Update (line 163) | typedef struct HSD_Update HSD_Update; type HSD_VI (line 164) | typedef struct HSD_VI HSD_VI; type HSD_ObjAllocData (line 165) | typedef struct HSD_ObjAllocData HSD_ObjAllocData; type MajorScene (line 168) | typedef struct MajorScene MajorScene; type MinorScene (line 169) | typedef struct MinorScene MinorScene; type ScDataVS (line 170) | typedef struct ScDataVS ScDataVS; type ScDataRst (line 171) | typedef struct ScDataRst ScDataRst; type RstPlayer (line 174) | typedef struct RstPlayer RstPlayer; type RstInit (line 175) | typedef struct RstInit RstInit; type Preload (line 178) | typedef struct Preload Preload; type PreloadChar (line 179) | typedef struct PreloadChar PreloadChar; type FtVarKirby (line 182) | typedef struct FtVarKirby FtVarKirby; type PRIM (line 185) | typedef struct PRIM PRIM; type MEXPlaylist (line 186) | typedef struct MEXPlaylist MEXPlaylist; type Translation (line 187) | typedef struct Translation Translation; FILE: MexTK/include/text.h type TextAllocInfo (line 11) | struct TextAllocInfo type Text (line 18) | struct Text FILE: MexTK/include/useful.h type OSInfo (line 64) | struct OSInfo type OSCalendarTime (line 136) | struct OSCalendarTime type CARDStat (line 150) | struct CARDStat type CARDFileInfo (line 173) | struct CARDFileInfo type RGB565 (line 183) | struct RGB565 FILE: patch/events/lab/source/lab.c type CPU_ACTIONS (line 861) | enum CPU_ACTIONS function x_to_the_n (line 1612) | int x_to_the_n(int x, int n) function u32 (line 1622) | u32 lz77_compress(u8 *uncompressed_text, u32 uncompressed_size, u8 *comp... function u32 (line 1672) | u32 lz77_decompress(u8 *compressed_text, u8 *uncompressed_text) function Lab_ChangePlayerPercent (line 1700) | void Lab_ChangePlayerPercent(GOBJ *menu_gobj, int value) function Lab_ChangeFrameAdvance (line 1710) | void Lab_ChangeFrameAdvance(GOBJ *menu_gobj, int value) function Lab_ChangeCPUPercent (line 1722) | void Lab_ChangeCPUPercent(GOBJ *menu_gobj, int value) function Lab_ChangeCPUIntang (line 1732) | void Lab_ChangeCPUIntang(GOBJ *menu_gobj, int value) function Lab_ChangeModelDisplay (line 1747) | void Lab_ChangeModelDisplay(GOBJ *menu_gobj, int value) function Lab_ChangeHitDisplay (line 1769) | void Lab_ChangeHitDisplay(GOBJ *menu_gobj, int value) function Lab_ChangeEnvCollDisplay (line 1791) | void Lab_ChangeEnvCollDisplay(GOBJ *menu_gobj, int value) function Lab_ChangeCamMode (line 1796) | void Lab_ChangeCamMode(GOBJ *menu_gobj, int value) function Lab_ChangeInfoRow (line 1825) | void Lab_ChangeInfoRow(GOBJ *menu_gobj, int value) function Lab_ChangeInfoPreset (line 1832) | void Lab_ChangeInfoPreset(GOBJ *menu_gobj, int value) function Lab_ChangeInfoSizePos (line 1894) | void Lab_ChangeInfoSizePos(GOBJ *menu_gobj, int value) function Lab_ChangeInfoPlayer (line 1899) | void Lab_ChangeInfoPlayer(GOBJ *menu_gobj, int value) function Lab_ChangeHUD (line 1904) | void Lab_ChangeHUD(GOBJ *menu_gobj, int value) function Lab_Exit (line 1918) | void Lab_Exit(int value) function GOBJ (line 1936) | GOBJ *InfoDisplay_Init() function InfoDisplay_GX (line 2002) | void InfoDisplay_GX(GOBJ *gobj, int pass) function InfoDisplay_Think (line 2007) | void InfoDisplay_Think(GOBJ *gobj) function Fighter_GetOpponentDir (line 2369) | float Fighter_GetOpponentDir(FighterData *from, FighterData *to) function CPUAction_CheckMultipleState (line 2380) | int CPUAction_CheckMultipleState(GOBJ *cpu, int group_kind) function CPU_IsThrown (line 2467) | int CPU_IsThrown(GOBJ *cpu) function CPU_IsGrabbed (line 2480) | int CPU_IsGrabbed(GOBJ *cpu) function LCancel_CPUPerformAction (line 2493) | int LCancel_CPUPerformAction(GOBJ *cpu, int action_id, GOBJ *hmn) function LCancel_CPUThink (line 2617) | void LCancel_CPUThink(GOBJ *event, GOBJ *hmn, GOBJ *cpu) function Update_CheckPause (line 3378) | int Update_CheckPause() function Update_CheckAdvance (line 3419) | int Update_CheckAdvance() function DIDraw_Init (line 3467) | void DIDraw_Init() function DIDraw_Update (line 3486) | void DIDraw_Update() function DIDraw_GX (line 3903) | void DIDraw_GX() function Update_Camera (line 3939) | void Update_Camera() function Lab_SelectCustomTDI (line 3990) | void Lab_SelectCustomTDI(GOBJ *menu_gobj) function CustomTDI_Update (line 4105) | void CustomTDI_Update(GOBJ *gobj) function CustomTDI_Destroy (line 4205) | void CustomTDI_Destroy(GOBJ *gobj) function Inputs_GX (line 4235) | void Inputs_GX(GOBJ *gobj, int pass) function Inputs_Think (line 4245) | void Inputs_Think(GOBJ *gobj) function Inputs_Init (line 4336) | void Inputs_Init() function GOBJ (line 4407) | GOBJ *Record_Init() function Record_CObjThink (line 4515) | void Record_CObjThink(GOBJ *gobj) function Record_GX (line 4525) | void Record_GX(GOBJ *gobj, int pass) function Record_Think (line 4634) | void Record_Think(GOBJ *rec_gobj) function Record_Update (line 4728) | void Record_Update(int ply, RecInputData *input_data, int rec_mode) function Record_InitState (line 4851) | void Record_InitState(GOBJ *menu_gobj) function Record_RestoreState (line 4860) | void Record_RestoreState(GOBJ *menu_gobj) function Record_ChangeHMNSlot (line 4866) | void Record_ChangeHMNSlot(GOBJ *menu_gobj, int value) function Record_ChangeCPUSlot (line 4890) | void Record_ChangeCPUSlot(GOBJ *menu_gobj, int value) function Record_ChangeHMNMode (line 4914) | void Record_ChangeHMNMode(GOBJ *menu_gobj, int value) function Record_ChangeCPUMode (line 4946) | void Record_ChangeCPUMode(GOBJ *menu_gobj, int value) function Record_GetRandomSlot (line 4979) | int Record_GetRandomSlot(RecInputData **input_data) function Record_GetCurrFrame (line 5003) | int Record_GetCurrFrame() function Record_GetEndFrame (line 5007) | int Record_GetEndFrame() function Record_OnSuccessfulSave (line 5053) | void Record_OnSuccessfulSave() function Memcard_Wait (line 5087) | void Memcard_Wait() function Record_MemcardLoad (line 5097) | void Record_MemcardLoad(int slot, int file_no) function Record_MenuThink (line 5256) | int Record_MenuThink(GOBJ *menu_gobj) function Record_StartExport (line 5269) | void Record_StartExport(GOBJ *menu_gobj) function Snap_CObjThink (line 5276) | void Snap_CObjThink(GOBJ *gobj) function Savestates_Update (line 5295) | void Savestates_Update() function RowPixelToBlockPixel (line 5351) | int RowPixelToBlockPixel(int pixel_x, int pixel_y, int width, int height) function ImageScale (line 5369) | void ImageScale(RGB565 *out_img, RGB565 *in_img, int OutWidth, int OutHe... function Export_Init (line 5391) | void Export_Init(GOBJ *menu_gobj) function Export_Think (line 5511) | int Export_Think(GOBJ *export_gobj) function Export_Destroy (line 5537) | void Export_Destroy(GOBJ *export_gobj) function Export_SelCardInit (line 5572) | void Export_SelCardInit(GOBJ *export_gobj) function Export_SelCardThink (line 5637) | int Export_SelCardThink(GOBJ *export_gobj) function Export_SelCardExit (line 5793) | void Export_SelCardExit(GOBJ *export_gobj) function Export_EnterNameInit (line 5805) | void Export_EnterNameInit(GOBJ *export_gobj) function Export_EnterNameThink (line 5912) | int Export_EnterNameThink(GOBJ *export_gobj) function Export_EnterNameExit (line 6123) | void Export_EnterNameExit(GOBJ *export_gobj) function Export_ConfirmInit (line 6137) | void Export_ConfirmInit(GOBJ *export_gobj) function Export_ConfirmThink (line 6175) | int Export_ConfirmThink(GOBJ *export_gobj) function Export_ConfirmExit (line 6317) | void Export_ConfirmExit(GOBJ *export_gobj) function Export_EnterNameUpdateKeyboard (line 6326) | void Export_EnterNameUpdateKeyboard(GOBJ *export_gobj) function Export_Process (line 6365) | int Export_Process(GOBJ *export_gobj) function Export_Compress (line 6501) | int Export_Compress(u8 *dest, u8 *source, u32 size) function Event_Init (line 6515) | void Event_Init(GOBJ *gobj) function Event_Update (line 6566) | void Event_Update() function Event_Think (line 6581) | void Event_Think(GOBJ *event) FILE: patch/events/lab/source/lab.h type export_status (line 45) | enum export_status type export_menuindex (line 52) | enum export_menuindex type export_popup (line 58) | enum export_popup type ButtonLookup (line 90) | typedef struct ButtonLookup type buttons_enum (line 95) | typedef enum buttons_enum type Arch_ImportData (line 164) | typedef struct Arch_ImportData type Arch_LabData (line 171) | typedef struct Arch_LabData type LCancelData (line 181) | typedef struct LCancelData type InfoDisplayData (line 201) | typedef struct InfoDisplayData type DIDraw (line 208) | typedef struct DIDraw type DIDrawCalculate (line 214) | typedef struct DIDrawCalculate type TDIData (line 222) | typedef struct TDIData type CPUAction (line 228) | typedef struct CPUAction type RecInputs (line 242) | typedef struct RecInputs type RecInputData (line 258) | typedef struct RecInputData type RecData (line 264) | typedef struct RecData type RecordingSave (line 276) | typedef struct RecordingSave type InputData (line 283) | typedef struct InputData type ExportData (line 289) | typedef struct ExportData type ExportMenuSettings (line 319) | typedef struct ExportMenuSettings type ExportHeader (line 328) | typedef struct ExportHeader type gen_option (line 447) | enum gen_option type cpu_option (line 463) | enum cpu_option type sdi_freq (line 486) | enum sdi_freq type sdi_dir (line 495) | enum sdi_dir type infdisp_rows (line 526) | enum infdisp_rows type cpu_state (line 559) | enum cpu_state type cpu_mash (line 572) | enum cpu_mash type STICKDIR (line 620) | enum STICKDIR type ImportMenuStates (line 682) | enum ImportMenuStates type ImportConfirmKind (line 688) | enum ImportConfirmKind type FileInfo (line 696) | typedef struct FileInfo type ImportData (line 702) | typedef struct ImportData FILE: patch/events/lab/source/lab_css.c function OnCSSLoad (line 16) | void OnCSSLoad(ArchiveInfo *archive) function Button_Create (line 62) | void Button_Create() function Button_Think (line 87) | void Button_Think(GOBJ *button_gobj) function GOBJ (line 120) | GOBJ *Menu_Create() function Menu_Destroy (line 178) | void Menu_Destroy(GOBJ *menu_gobj) function Menu_Think (line 211) | void Menu_Think(GOBJ *menu_gobj) function Menu_SelCard_Init (line 238) | void Menu_SelCard_Init(GOBJ *menu_gobj) function Menu_SelCard_Think (line 275) | void Menu_SelCard_Think(GOBJ *menu_gobj) function Menu_SelCard_Exit (line 394) | void Menu_SelCard_Exit(GOBJ *menu_gobj) function Menu_SelFile_Init (line 406) | void Menu_SelFile_Init(GOBJ *menu_gobj) function Menu_SelFile_Think (line 549) | void Menu_SelFile_Think(GOBJ *menu_gobj) function Menu_SelFile_Exit (line 762) | void Menu_SelFile_Exit(GOBJ *menu_gobj) function Menu_SelFile_LoadPage (line 802) | int Menu_SelFile_LoadPage(GOBJ *menu_gobj, int page) function Menu_SelFile_DeleteUnsupported (line 971) | void Menu_SelFile_DeleteUnsupported(GOBJ *menu_gobj) function Menu_SelFile_DeleteFile (line 1049) | int Menu_SelFile_DeleteFile(GOBJ *menu_gobj, int file_index) function Menu_SelFile_LoadAsyncThink (line 1099) | void Menu_SelFile_LoadAsyncThink(GOBJ *menu_gobj) function Menu_Confirm_Init (line 1188) | void Menu_Confirm_Init(GOBJ *menu_gobj, int kind) function Menu_Confirm_Think (line 1257) | void Menu_Confirm_Think(GOBJ *menu_gobj) function Menu_Confirm_Exit (line 1527) | void Menu_Confirm_Exit(GOBJ *menu_gobj) function Memcard_Wait (line 1541) | void Memcard_Wait() FILE: patch/events/lcancel/source/lcancel.c function Event_Init (line 76) | void Event_Init(GOBJ *gobj) function Event_Think (line 100) | void Event_Think(GOBJ *event) function Event_Exit (line 225) | void Event_Exit() function LCancel_Init (line 242) | void LCancel_Init(LCancelData *event_data) function LCancel_Think (line 319) | void LCancel_Think(LCancelData *event_data, FighterData *hmn_data) function LCancel_HUDCamThink (line 441) | void LCancel_HUDCamThink(GOBJ *gobj) function Tips_Toggle (line 454) | void Tips_Toggle(GOBJ *menu_gobj, int value) function Tips_Think (line 462) | void Tips_Think(LCancelData *event_data, FighterData *hmn_data) function Barrel_Think (line 613) | void Barrel_Think(LCancelData *event_data) function GOBJ (line 711) | GOBJ *Barrel_Spawn(int pos_kind) function Barrel_Null (line 820) | void Barrel_Null() function Barrel_Break (line 824) | void Barrel_Break(GOBJ *barrel_gobj) function Barrel_OnHurt (line 843) | int Barrel_OnHurt(GOBJ *barrel_gobj) function Barrel_OnDestroy (line 874) | int Barrel_OnDestroy(GOBJ *barrel_gobj) function Bezier (line 905) | float Bezier(float time, float start, float end) FILE: patch/events/lcancel/source/lcancel.h type LCancelData (line 4) | typedef struct LCancelData LCancelData; type LCancelAssets (line 5) | typedef struct LCancelAssets LCancelAssets; type LCancelData (line 7) | struct LCancelData type LCancelAssets (line 45) | struct LCancelAssets FILE: patch/events/ledgedash/source/ledgedash.c function Event_Init (line 106) | void Event_Init(GOBJ *gobj) function Event_Think (line 138) | void Event_Think(GOBJ *event) function Event_Exit (line 159) | void Event_Exit() function Ledgedash_HUDInit (line 176) | void Ledgedash_HUDInit(LedgedashData *event_data) function Ledgedash_HUDThink (line 276) | void Ledgedash_HUDThink(LedgedashData *event_data, FighterData *hmn_data) function Ledgedash_HUDCamThink (line 445) | void Ledgedash_HUDCamThink(GOBJ *gobj) function Ledgedash_ResetThink (line 456) | void Ledgedash_ResetThink(LedgedashData *event_data, GOBJ *hmn) function Ledgedash_InitVariables (line 504) | void Ledgedash_InitVariables(LedgedashData *event_data) function Ledgedash_ToggleStartPosition (line 525) | void Ledgedash_ToggleStartPosition(GOBJ *menu_gobj, int value) function Ledgedash_ToggleAutoReset (line 536) | void Ledgedash_ToggleAutoReset(GOBJ *menu_gobj, int value) function GOBJ (line 552) | GOBJ *Ledgedash_HitLogInit() function Ledgedash_HitLogThink (line 565) | void Ledgedash_HitLogThink(LedgedashData *event_data, GOBJ *hmn) function Ledgedash_HitLogGX (line 635) | void Ledgedash_HitLogGX(GOBJ *gobj, int pass) function Ledgedash_FtInit (line 667) | void Ledgedash_FtInit(LedgedashData *event_data) function Ledgedash_ChangeLedgeThink (line 698) | void Ledgedash_ChangeLedgeThink(LedgedashData *event_data, GOBJ *hmn) function Ledge_Find (line 732) | int Ledge_Find(int search_dir, float xpos_start, float *ledge_dir) function Fighter_PlaceOnLedge (line 888) | void Fighter_PlaceOnLedge(LedgedashData *event_data, GOBJ *hmn, int line... function Fighter_UpdatePosition (line 1057) | void Fighter_UpdatePosition(GOBJ *fighter) function Fighter_UpdateCamera (line 1086) | void Fighter_UpdateCamera(GOBJ *fighter) function RebirthWait_Phys (line 1104) | void RebirthWait_Phys(GOBJ *fighter) function RebirthWait_IASA (line 1114) | int RebirthWait_IASA(GOBJ *fighter) function Fighter_CheckFall (line 1139) | int Fighter_CheckFall(FighterData *hmn_data) function Tips_Toggle (line 1157) | void Tips_Toggle(GOBJ *menu_gobj, int value) function Tips_Think (line 1165) | void Tips_Think(LedgedashData *event_data, FighterData *hmn_data) FILE: patch/events/ledgedash/source/ledgedash.h type LedgedashData (line 4) | typedef struct LedgedashData LedgedashData; type LedgedashAssets (line 5) | typedef struct LedgedashAssets LedgedashAssets; type LdshHitlogData (line 6) | typedef struct LdshHitlogData LdshHitlogData; type LdshHitboxData (line 7) | typedef struct LdshHitboxData LdshHitboxData; type LedgedashData (line 14) | struct LedgedashData type LedgedashAssets (line 55) | struct LedgedashAssets type LdshHitboxData (line 61) | struct LdshHitboxData type LdshHitlogData (line 69) | struct LdshHitlogData type LDSH_ACTION (line 75) | enum LDSH_ACTION FILE: patch/events/wavedash/source/wavedash.c function Event_Init (line 76) | void Event_Init(GOBJ *gobj) function Event_Think (line 100) | void Event_Think(GOBJ *event) function Event_Exit (line 113) | void Event_Exit() function Wavedash_Init (line 130) | void Wavedash_Init(WavedashData *event_data) function Wavedash_Think (line 193) | void Wavedash_Think(WavedashData *event_data, FighterData *hmn_data) function Wavedash_HUDCamThink (line 464) | void Wavedash_HUDCamThink(GOBJ *gobj) function Bezier (line 475) | float Bezier(float time, float start, float end) function Target_Init (line 482) | void Target_Init(WavedashData *event_data, FighterData *hmn_data) function Target_Manager (line 521) | void Target_Manager(WavedashData *event_data, FighterData *hmn_data) function GOBJ (line 576) | GOBJ *Target_Spawn(WavedashData *event_data, FighterData *hmn_data) function Target_Think (line 669) | void Target_Think(GOBJ *target_gobj) function Target_ChangeState (line 762) | void Target_ChangeState(GOBJ *target_gobj, int state) function Target_GetWdashDistance (line 777) | float Target_GetWdashDistance(FighterData *hmn_data, float mag) function Target_CheckArea (line 808) | int Target_CheckArea(WavedashData *event_data, int line, Vec3 *pos, floa... FILE: patch/events/wavedash/source/wavedash.h type WavedashData (line 23) | typedef struct WavedashData WavedashData; type WavedashAssets (line 24) | typedef struct WavedashAssets WavedashAssets; type TargetData (line 25) | typedef struct TargetData TargetData; type WavedashData (line 27) | struct WavedashData type WavedashAssets (line 72) | struct WavedashAssets type TargetState (line 81) | enum TargetState type TargetData (line 87) | struct TargetData FILE: patch/tmdata/source/events.c function Event_Init (line 4) | void Event_Init(GOBJ *gobj) function EventInit (line 1204) | void EventInit(int page, int eventID, MatchInit *matchData) function EventLoad (line 1369) | void EventLoad() function EventUpdate (line 1437) | void EventUpdate() function TM_ConsoleThink (line 1473) | void TM_ConsoleThink(GOBJ *gobj) function TM_CreateConsole (line 1498) | void TM_CreateConsole() function OnFileLoad (line 1525) | void OnFileLoad(ArchiveInfo *archive) // this function is run right afte... function OnSceneChange (line 1537) | void OnSceneChange() function OnBoot (line 1550) | void OnBoot() function OnStartMelee (line 1556) | void OnStartMelee() function Savestate_Save (line 1569) | int Savestate_Save(Savestate *savestate) function Savestate_Load (line 1772) | int Savestate_Load(Savestate *savestate) function Update_Savestates (line 2221) | void Update_Savestates() function GOBJToID (line 2256) | int GOBJToID(GOBJ *gobj) function FtDataToID (line 2273) | int FtDataToID(FighterData *fighter_data) function BoneToID (line 2289) | int BoneToID(FighterData *fighter_data, JOBJ *bone) function GOBJ (line 2318) | GOBJ *IDToGOBJ(int id) function FighterData (line 2333) | FighterData *IDToFtData(int id) function JOBJ (line 2349) | JOBJ *IDToBone(FighterData *fighter_data, int id) function Event_IncTimer (line 2361) | void Event_IncTimer(GOBJ *gobj) function TM_CreateWatermark (line 2366) | void TM_CreateWatermark() function Hazards_Disable (line 2400) | void Hazards_Disable() function Message_Init (line 2474) | void Message_Init() function GOBJ (line 2505) | GOBJ *Message_Display(int msg_kind, int queue_num, int msg_color, char *... function Message_Manager (line 2610) | void Message_Manager(GOBJ *mngr_gobj) function Message_Destroy (line 2776) | void Message_Destroy(GOBJ **msg_queue, int msg_num) function Message_Add (line 2809) | void Message_Add(GOBJ *msg_gobj, int queue_num) function Message_CObjThink (line 2877) | void Message_CObjThink(GOBJ *gobj) function BezierBlend (line 2886) | float BezierBlend(float t) function Tip_Init (line 2892) | void Tip_Init() function Tip_Think (line 2903) | void Tip_Think(GOBJ *gobj) function Tip_Display (line 2971) | int Tip_Display(int lifetime, char *fmt, ...) function Tip_Destroy (line 3095) | void Tip_Destroy() function GOBJ (line 3117) | GOBJ *EventMenu_Init(EventDesc *event_desc, EventMenu *start_menu) function EventMenu_Update (line 3156) | void EventMenu_Update(GOBJ *gobj) function EventMenu_MenuGX (line 3283) | void EventMenu_MenuGX(GOBJ *gobj, int pass) function EventMenu_TextGX (line 3290) | void EventMenu_TextGX(GOBJ *gobj, int pass) function EventMenu_MenuThink (line 3298) | void EventMenu_MenuThink(GOBJ *gobj, EventMenu *currMenu) function EventMenu_PopupThink (line 3629) | void EventMenu_PopupThink(GOBJ *gobj, EventMenu *currMenu) function EventMenu_CreateModel (line 3776) | void EventMenu_CreateModel(GOBJ *gobj, EventMenu *menu) function EventMenu_CreateText (line 3911) | void EventMenu_CreateText(GOBJ *gobj, EventMenu *menu) function EventMenu_UpdateText (line 4031) | void EventMenu_UpdateText(GOBJ *gobj, EventMenu *menu) function EventMenu_DestroyMenu (line 4247) | void EventMenu_DestroyMenu(GOBJ *gobj) function EventMenu_CreatePopupModel (line 4291) | void EventMenu_CreatePopupModel(GOBJ *gobj, EventMenu *menu) function EventMenu_CreatePopupText (line 4372) | void EventMenu_CreatePopupText(GOBJ *gobj, EventMenu *menu) function EventMenu_UpdatePopupText (line 4414) | void EventMenu_UpdatePopupText(GOBJ *gobj, EventOption *option) function EventMenu_DestroyPopup (line 4460) | void EventMenu_DestroyPopup(GOBJ *gobj) function EventDesc (line 4481) | EventDesc *GetEventDesc(int page, int event) function GetPageEventNum (line 4517) | int GetPageEventNum(int page) function GetPageNum (line 4534) | int GetPageNum() function u8 (line 4539) | u8 GetIsChooseCPU(int page, int event) function u8 (line 4544) | u8 GetIsSelectStage(int page, int event) function s8 (line 4549) | s8 GetFighter(int page, int event) function s8 (line 4554) | s8 GetCPUFighter(int page, int event) function s16 (line 4559) | s16 GetStage(int page, int event) FILE: patch/tmdata/source/events.h type evMenu (line 31) | typedef struct evMenu type EventMenu (line 46) | typedef struct EventMenu EventMenu; type EventMatchData (line 47) | typedef struct EventMatchData type EventDesc (line 75) | typedef struct EventDesc type EventPage (line 91) | typedef struct EventPage type EventOption (line 97) | typedef struct EventOption type EventMenu (line 110) | struct EventMenu type MenuData (line 121) | typedef struct MenuData type FtStateData (line 147) | typedef struct FtStateData type FtState (line 635) | typedef struct FtState type Savestate (line 641) | typedef struct Savestate type evFunction (line 648) | typedef struct evFunction type EventVars (line 655) | typedef struct EventVars type MsgState (line 842) | enum MsgState type MsgArea (line 848) | enum MsgArea type MsgData (line 858) | typedef struct MsgData type MsgMngrData (line 869) | typedef struct MsgMngrData type MsgColors (line 879) | enum MsgColors type TipMgr (line 916) | typedef struct TipMgr