mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-30 16:20:26 +00:00
efc9df3f56
* Rename Player_UpdateBottleHeld * Match func_808497A0 * func_80852290 NON_MATCHING * Match func_8083B3B4 * Params cleanup * Match func_8083FBC4 * sfxId cleanups and others * Fix declaration of functions from D_8085D990 * Change D_8085BE84 to be a 2D array * ARRAY_COUNT_2D * Match func_8085ADA0 * func_808426F0 nonmatching * Match func_80852290 * Match func_808426F0 Co-authored-by: engineer124 <engineer124engineer124@gmail.com> * Add notes to Player_SetDoAction * Name putAwayCountdown * rebase * Match func_80856918 * format * func_8084933C nonmatching small amount of boomerang documentation * Progress on moving data near where it is used * finish moving data * format * cleanup up remaining data * more match * Some minor cleanups * PlayerCsMode enum * func_80851F18 nonmatching * Fix unk_B10 * Purge ExchangeItemID enum * Rename `targetActor` to `talkActor` * Name `targetedActor` * PLAYER_LIMB_BUF_SIZE Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Change SkelAnime Player functions to take a void pointer for the corresponding buffers * Use PlayerAnimationFrame on Player_DrawImpl * Match func_8082F1AC * Match func_8083D23C * cleanup * Match and clean up func_808373F8 * Match and document func_8083A98C * PLAYER_PARAMS macro and PlayerInitMode enum * Preliminary names for InitMode functions * Match func_8083C8E8 * remove redundant externs * Match func_8084933C * cleanup func_8084933C * Access D_8085BE84 directly instead of using a macro * Match func_8084AC84 * Fix boomearng typo * OK boomerang * cleanup func_8083D168 * untargetedRotY * this->unk_14E = ABS_ALT(var_v1); * GIFIELD macros * sort of a match * Match func_8084C16C Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Use the same trick to match func_808573A4 * Add note on Deku spinning * Match func_8084D18C * Match func_80850D68 * Improve func_80832660 * Match func_80854EFC Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Rename unk_B2A to getItemDrawId * Some cleanup * fix merge issues * format * minor anim docs * Match func_808553F4 * Cleanup func_808553F4 * func_8083D860 nonmatching * Match func_8083D860 * Defake func_80859BA8 * () * Add notes to PlayerAnimGroup enum * underwaterTimer Co-authored-by: engineer124 <engineer124engineer124@gmail.com> * some stateFlags cleaning * more stateFlags cleaning * some notes and minor cleanups * more general cleanups * Slightly less fake func_80832CAC * Document some melee weapon damage stuff * Mark lunge storage * Note PCS patch * match * add notes to bss * yeet extra indentation * add reloc as nonmatching to spec * floorSfxOffset * Player_GetFloorSfx * Player_GetFloorSfxByAge * Comments for AnimSfx dunctions * Name some AnimSfx functions * Name AnimSfx stuff * Some PlayerAgeProperties notes * use animflag defines * Player_SpawnExplosive * fix enum and some other minor fixes * Bit more misc. cleanup * Use OoT's version of func_808333CC * Note on quickspin buffer * Final nonmatching, func_80851F18 Co-authored-by: Synray <31429825+Synray@users.noreply.github.com> * RIP player.c * Name Player_StopHorizontalMovement * misc fixes * Actor_DeactivateLens * fixes * typos and tweaks * minor stuff * add names as comments on the animgoup array * Correct some function names and data type * add anim commets to ageproperties * some notes * De-fake func_80840F90 * Defake & clean up func_8085ADA0 * Improve func_80859BA8 * Enums in func_80852B28 * Name some secret-related things * 3 small things * stuff * Player_TalkWithPlayer * SurfaceType_GetFloorType * SurfaceType_GetWallFlags * and more bgcheck stuff * more bss naming * sPlayerControlInput * clean up func_80836F10 a bit * name the parameters of func_80835BF8 * door stuff * remove NON_MATCHING * remove D_8085D2B0 padding * Name some Player_Cutscene_ functions * various cleanups * format * remainingHopsCounter * some cleanups on the struct * Actor_RequestRumble * this->exchangeItemId = PLAYER_AP_NONE; * fix merge stuff * format * PlayerUnkAA5 * Name two cylinder-related functions * BSS * Add MagicConsume's enum, treat lensActive as bool * Update func_808332A0 based on better info * fix merge * fix merge issues * remove redundant comments * Name Player_AddQuake * ANIM_FLAG_UPDATE*_*Y * Format * AT_TYPE_ENEMY * fix merge issues * format * fix uintptr_ts * Rename * Name leftHandMf * fix merge issues * format * exchangeItemId <= PLAYER_IA_MINUS1 * getItemDrawIdPlusOne * currentActorCsIndex * <= PLAYER_IA_MINUS1 * fix merge issues * format * namefixer and bss * fix build * bombs parameters cleanup * bss * Fix building * fix building * Fix building * Fix building and cleanups * Pre-PR cleanup * really... * format * review * stateFlag Mistakes * 268 * 0.1f * z64door.h * fix cutscene stuff * bss * Update include/z64player.h Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> * Update include/z64player.h Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> * reiew * PR Review * collision * review * format and a few stuff i missed * EnBomExplosiveType * weekeventregconvert and eventinfconvert * more review * review * bss * review * re format sGetItemTable * Entangle PlayerMask and PlayerItemAction * a few extra cases i missed * bss * review * EnArrow stuff * ARROW_MAGIC_DEKU_BUBBLE * minor format * merge * fix bss * review * !ARROW_IS_ARROW * review * bool cleanup * fix merge * review * Player_StopCutscene * Player_RequestQuake * quakeIndex * Player_RequestQuakeAndRumble * knobDoor and slidingDoor * bss * fix * review * dog and float --------- Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com> Co-authored-by: engineer124 <engineer124engineer124@gmail.com> Co-authored-by: petrie911 <pmontag@PHYS-S129.iowa.uiowa.edu> Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: Synray <31429825+Synray@users.noreply.github.com>
297 lines
8.8 KiB
C
297 lines
8.8 KiB
C
#ifndef Z64EFFECT_H
|
|
#define Z64EFFECT_H
|
|
|
|
#include "PR/ultratypes.h"
|
|
#include "libc/stdint.h"
|
|
#include "color.h"
|
|
#include "z64light.h"
|
|
#include "z64math.h"
|
|
#include "unk.h"
|
|
|
|
struct GraphicsContext;
|
|
struct PlayState;
|
|
struct Actor;
|
|
struct CollisionPoly;
|
|
|
|
#define SPARK_COUNT 3
|
|
#define BLURE_COUNT 25
|
|
#define SHIELD_PARTICLE_COUNT 3
|
|
#define TIRE_MARK_COUNT 15
|
|
|
|
#define TOTAL_EFFECT_COUNT SPARK_COUNT + BLURE_COUNT + SHIELD_PARTICLE_COUNT + TIRE_MARK_COUNT
|
|
|
|
/* G Effect Regs */
|
|
|
|
#define rgTexIndex regs[0]
|
|
#define rgScale regs[1]
|
|
#define rgTexIndexStep regs[2]
|
|
#define rgPrimColorR regs[3]
|
|
#define rgPrimColorG regs[4]
|
|
#define rgPrimColorB regs[5]
|
|
#define rgPrimColorA regs[6]
|
|
#define rgEnvColorR regs[7]
|
|
#define rgEnvColorG regs[8]
|
|
#define rgEnvColorB regs[9]
|
|
#define rgEnvColorA regs[10]
|
|
#define rgObjBankIndex regs[11]
|
|
|
|
typedef struct {
|
|
/* 0x0 */ u8 active;
|
|
/* 0x1 */ u8 unk1;
|
|
/* 0x2 */ u8 unk2;
|
|
} EffectStatus; // size = 0x3
|
|
|
|
typedef struct {
|
|
/* 0x00 */ Vec3f velocity;
|
|
/* 0x0C */ Vec3f position;
|
|
/* 0x18 */ Vec3s unkVelocity;
|
|
/* 0x1E */ Vec3s unkPosition;
|
|
} EffectSparkElement; // size = 0x24
|
|
|
|
typedef struct {
|
|
/* 0x000 */ Vec3s position;
|
|
/* 0x008 */ s32 numElements; // "table_size"; calculated as uDiv * vDiv + 2
|
|
/* 0x00C */ EffectSparkElement elements[32];
|
|
/* 0x48C */ f32 speed;
|
|
/* 0x490 */ f32 gravity;
|
|
/* 0x494 */ u32 uDiv; // "u_div"
|
|
/* 0x498 */ u32 vDiv; // "v_div"
|
|
/* 0x49C */ Color_RGBA8 colorStart[4];
|
|
/* 0x4AC */ Color_RGBA8 colorEnd[4];
|
|
/* 0x4BC */ s32 timer;
|
|
/* 0x4C0 */ s32 duration;
|
|
} EffectSparkInit; // size = 0x4C4
|
|
|
|
typedef struct {
|
|
/* 0x000 */ Vec3s position;
|
|
/* 0x008 */ s32 numElements; // "table_size"; calculated as uDiv * vDiv + 2
|
|
/* 0x00C */ EffectSparkElement elements[32];
|
|
/* 0x48C */ f32 speed;
|
|
/* 0x490 */ f32 gravity;
|
|
/* 0x494 */ u32 uDiv; // "u_div"
|
|
/* 0x498 */ u32 vDiv; // "v_div"
|
|
/* 0x49C */ Color_RGBA8 colorStart[4];
|
|
/* 0x4AC */ Color_RGBA8 colorEnd[4];
|
|
/* 0x4BC */ s32 timer;
|
|
/* 0x4C0 */ s32 duration;
|
|
} EffectSpark; // size = 0x4C4
|
|
|
|
typedef struct {
|
|
/* 0x00 */ s32 state;
|
|
/* 0x04 */ s32 timer;
|
|
/* 0x08 */ Vec3s p1;
|
|
/* 0x0E */ Vec3s p2;
|
|
/* 0x14 */ u16 flags;
|
|
} EffectBlureElement; // size = 0x18
|
|
|
|
typedef struct {
|
|
/* 0x000 */ char unk_00[0x184];
|
|
/* 0x184 */ u8 p1StartColor[4];
|
|
/* 0x188 */ u8 p2StartColor[4];
|
|
/* 0x18C */ u8 p1EndColor[4];
|
|
/* 0x190 */ u8 p2EndColor[4];
|
|
/* 0x194 */ s32 elemDuration;
|
|
/* 0x198 */ s32 unkFlag;
|
|
/* 0x19C */ s32 calcMode;
|
|
} EffectBlureInit1; // size = 0x1A0
|
|
|
|
typedef struct {
|
|
/* 0x00 */ s32 calcMode;
|
|
/* 0x04 */ u16 flags;
|
|
/* 0x06 */ s16 addAngleChange;
|
|
/* 0x08 */ u8 p1StartColor[4];
|
|
/* 0x0C */ u8 p2StartColor[4];
|
|
/* 0x10 */ u8 p1EndColor[4];
|
|
/* 0x14 */ u8 p2EndColor[4];
|
|
/* 0x18 */ u8 elemDuration;
|
|
/* 0x19 */ u8 unkFlag;
|
|
/* 0x1A */ u8 drawMode; // 0: simple; 1: simple with alt colors; 2+: smooth
|
|
/* 0x1B */ u8 mode4Param;
|
|
/* 0x1C */ Color_RGBA8 altPrimColor; // used with drawMode 1
|
|
/* 0x20 */ Color_RGBA8 altEnvColor; // used with drawMode 1
|
|
} EffectBlureInit2; // size = 0x24
|
|
|
|
typedef struct {
|
|
/* 0x000 */ EffectBlureElement elements[16];
|
|
/* 0x180 */ s32 calcMode;
|
|
/* 0x184 */ f32 mode4Param;
|
|
/* 0x188 */ u16 flags;
|
|
/* 0x18A */ s16 addAngleChange;
|
|
/* 0x18C */ s16 addAngle;
|
|
/* 0x18E */ u8 p1StartColor[4];
|
|
/* 0x192 */ u8 p2StartColor[4];
|
|
/* 0x196 */ u8 p1EndColor[4];
|
|
/* 0x19A */ u8 p2EndColor[4];
|
|
/* 0x19E */ u8 numElements; // "now_edge_num"
|
|
/* 0x19F */ u8 elemDuration;
|
|
/* 0x1A0 */ u8 unkFlag;
|
|
/* 0x1A1 */ u8 drawMode; // 0: simple; 1: simple with alt colors; 2+: smooth
|
|
/* 0x1A2 */ Color_RGBA8 altPrimColor; // used with drawMode 1
|
|
/* 0x1A6 */ Color_RGBA8 altEnvColor; // used with drawMode 1
|
|
} EffectBlure; // size = 0x1AC
|
|
|
|
typedef struct {
|
|
/* 0x00 */ f32 initialSpeed;
|
|
/* 0x04 */ f32 endXChange;
|
|
/* 0x08 */ f32 endX;
|
|
/* 0x0C */ f32 startXChange;
|
|
/* 0x10 */ f32 startX;
|
|
/* 0x14 */ s16 yaw;
|
|
/* 0x16 */ s16 pitch;
|
|
} EffectShieldParticleElement; // size = 0x18
|
|
|
|
typedef struct {
|
|
/* 0x00 */ u8 numElements;
|
|
/* 0x02 */ Vec3s position;
|
|
/* 0x08 */ Color_RGBA8 primColorStart;
|
|
/* 0x0C */ Color_RGBA8 envColorStart;
|
|
/* 0x10 */ Color_RGBA8 primColorMid;
|
|
/* 0x14 */ Color_RGBA8 envColorMid;
|
|
/* 0x18 */ Color_RGBA8 primColorEnd;
|
|
/* 0x1C */ Color_RGBA8 envColorEnd;
|
|
/* 0x20 */ f32 deceleration;
|
|
/* 0x24 */ f32 maxInitialSpeed;
|
|
/* 0x28 */ f32 lengthCutoff;
|
|
/* 0x2C */ u8 duration;
|
|
/* 0x2E */ LightPoint lightPoint;
|
|
/* 0x3C */ s32 lightDecay; // halves light radius every frame when set to 1
|
|
} EffectShieldParticleInit; // size = 0x40
|
|
|
|
typedef struct {
|
|
/* 0x000 */ EffectShieldParticleElement elements[16];
|
|
/* 0x180 */ u8 numElements;
|
|
/* 0x182 */ Vec3s position;
|
|
/* 0x188 */ Color_RGBA8 primColorStart;
|
|
/* 0x18C */ Color_RGBA8 envColorStart;
|
|
/* 0x190 */ Color_RGBA8 primColorMid;
|
|
/* 0x194 */ Color_RGBA8 envColorMid;
|
|
/* 0x198 */ Color_RGBA8 primColorEnd;
|
|
/* 0x19C */ Color_RGBA8 envColorEnd;
|
|
/* 0x1A0 */ f32 deceleration;
|
|
/* 0x1A4 */ char unk_1A4[0x04];
|
|
/* 0x1A8 */ f32 maxInitialSpeed;
|
|
/* 0x1AC */ f32 lengthCutoff;
|
|
/* 0x1B0 */ u8 duration;
|
|
/* 0x1B1 */ u8 timer;
|
|
/* 0x1B2 */ LightInfo lightInfo;
|
|
/* 0x1C0 */ LightNode* lightNode;
|
|
/* 0x1C4 */ s32 lightDecay; // halves light radius every frame when set to 1
|
|
} EffectShieldParticle; // size = 0x1C8
|
|
|
|
typedef struct {
|
|
/* 0x00 */ u16 flags;
|
|
/* 0x02 */ Vec3s p1;
|
|
/* 0x08 */ Vec3s p2;
|
|
/* 0x0E */ s16 life;
|
|
/* 0x10 */ UNK_TYPE1 pad10[0x4];
|
|
/* 0x14 */ struct CollisionPoly* colPoly;
|
|
} EffectTireMarkElement; // size = 0x18
|
|
|
|
typedef struct {
|
|
/* 0x0 */ s16 unk0;
|
|
/* 0x2 */ s16 elemDuration;
|
|
/* 0x4 */ Color_RGBA8 color;
|
|
} EffectTireMarkInit; // size = 0x8
|
|
|
|
typedef struct {
|
|
/* 0x000 */ EffectTireMarkElement elements[64];
|
|
/* 0x600 */ s16 unk600;
|
|
/* 0x602 */ s16 numElements;
|
|
/* 0x604 */ s16 elemDuration;
|
|
/* 0x606 */ Color_RGBA8 color;
|
|
} EffectTireMark; // size = 0x60C
|
|
|
|
typedef struct {
|
|
/* 0x0000 */ struct PlayState* play;
|
|
struct {
|
|
EffectStatus status;
|
|
EffectSpark effect;
|
|
} /* 0x0004 */ sparks[SPARK_COUNT];
|
|
struct {
|
|
EffectStatus status;
|
|
EffectBlure effect;
|
|
} /* 0x0E5C */ blures[BLURE_COUNT];
|
|
struct {
|
|
EffectStatus status;
|
|
EffectShieldParticle effect;
|
|
} /* 0x388C */ shieldParticles[SHIELD_PARTICLE_COUNT];
|
|
struct {
|
|
EffectStatus status;
|
|
EffectTireMark effect;
|
|
} /* 0x3DF0 */ tireMarks[TIRE_MARK_COUNT];
|
|
} EffectContext; // size = 0x98E0
|
|
|
|
typedef struct {
|
|
/* 0x00 */ u32 size;
|
|
/* 0x04 */ void (*init)(void* effect, void* initParams);
|
|
/* 0x08 */ void (*destroy)(void* effect);
|
|
/* 0x0C */ s32 (*update)(void* effect);
|
|
/* 0x10 */ void (*draw)(void* effect, struct GraphicsContext* gfxCtx);
|
|
} EffectInfo; // size = 0x14
|
|
|
|
typedef enum {
|
|
/* 0 */ EFFECT_SPARK,
|
|
/* 1 */ EFFECT_BLURE1,
|
|
/* 2 */ EFFECT_BLURE2,
|
|
/* 3 */ EFFECT_SHIELD_PARTICLE,
|
|
/* 4 */ EFFECT_TIRE_MARK
|
|
} EffectType;
|
|
|
|
/* Effect Soft Sprites */
|
|
|
|
struct EffectSs;
|
|
|
|
typedef u32 (*EffectSsInitFunc)(struct PlayState* play, u32 index, struct EffectSs* effectSs, void* initParams);
|
|
typedef void(*EffectSsUpdateFunc)(struct PlayState* play, u32 index, struct EffectSs* particle);
|
|
typedef void(*EffectSsDrawFunc)(struct PlayState* play, u32 index, struct EffectSs* particle);
|
|
|
|
typedef struct {
|
|
/* 0x0 */ u32 type;
|
|
/* 0x4 */ EffectSsInitFunc init;
|
|
} EffectSsInit; // size = 0x8
|
|
|
|
typedef struct {
|
|
/* 0x00 */ uintptr_t vromStart;
|
|
/* 0x04 */ uintptr_t vromEnd;
|
|
/* 0x08 */ void* vramStart;
|
|
/* 0x0C */ void* vramEnd;
|
|
/* 0x10 */ void* loadedRamAddr;
|
|
/* 0x14 */ EffectSsInit* initInfo;
|
|
/* 0x18 */ u8 unk18; // Always 1?
|
|
} EffectSsOverlay; // size = 0x1C
|
|
|
|
typedef struct EffectSs {
|
|
/* 0x00 */ Vec3f pos;
|
|
/* 0x0C */ Vec3f velocity;
|
|
/* 0x18 */ Vec3f accel;
|
|
/* 0x24 */ EffectSsUpdateFunc update;
|
|
/* 0x28 */ EffectSsDrawFunc draw;
|
|
/* 0x2C */ Vec3f vec;
|
|
/* 0x38 */ void* gfx;
|
|
/* 0x3C */ struct Actor* actor;
|
|
/* 0x40 */ s16 regs[13]; // These are particle-specific
|
|
/* 0x5A */ u16 flags; // bit 0: set if this entry is not considered free on a priority tie bit 1: ? bit 2: ?
|
|
/* 0x5C */ s16 life; // -1 means this entry is free
|
|
/* 0x5E */ u8 priority; // Lower number mean higher priority
|
|
/* 0x5F */ u8 type;
|
|
} EffectSs; // size = 0x60
|
|
|
|
typedef struct {
|
|
/* 0x0 */ EffectSs* data_table; // Name from debug assert
|
|
/* 0x4 */ s32 searchIndex;
|
|
/* 0x8 */ s32 size;
|
|
} EffectSsInfo; // size = 0xC
|
|
|
|
#define DEFINE_EFFECT_SS(_name, enumValue) enumValue,
|
|
#define DEFINE_EFFECT_SS_UNSET(enumValue) enumValue,
|
|
|
|
typedef enum EffectSsType {
|
|
#include "tables/effect_ss_table.h"
|
|
/* 0x27 */ EFFECT_SS_MAX
|
|
} EffectSsType;
|
|
|
|
#undef DEFINE_EFFECT_SS
|
|
#undef DEFINE_EFFECT_SS_UNSET
|
|
|
|
#endif
|