Shipwright/soh/src/overlays/effects/ovl_Effect_Ss_Lightning/z_eff_ss_lightning.h
M4xw 39cc86c260 git subrepo clone https://github.com/HarbourMasters/soh.git
subrepo:
  subdir:   "soh"
  merged:   "ba904bbd0"
upstream:
  origin:   "https://github.com/HarbourMasters/soh.git"
  branch:   "master"
  commit:   "ba904bbd0"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2022-03-22 02:51:23 +01:00

18 lines
377 B
C

#ifndef Z_EFF_SS_LIGHTNING_H
#define Z_EFF_SS_LIGHTNING_H
#include "ultra64.h"
#include "global.h"
typedef struct {
/* 0x00 */ Vec3f pos;
/* 0x0C */ Color_RGBA8 primColor;
/* 0x10 */ Color_RGBA8 envColor;
/* 0x14 */ s16 scale;
/* 0x16 */ s16 yaw;
/* 0x18 */ s16 life;
/* 0x1A */ s16 numBolts;
} EffectSsLightningInitParams; // size = 0x1C
#endif