Shipwright/soh/src/overlays/actors/ovl_Obj_Hamishi/z_obj_hamishi.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

21 lines
459 B
C

#ifndef Z_OBJ_HAMISHI_H
#define Z_OBJ_HAMISHI_H
#include "ultra64.h"
#include "global.h"
struct ObjHamishi;
typedef struct ObjHamishi {
/* 0x0000 */ Actor actor;
/* 0x014C */ ColliderCylinder collider;
/* 0x0198 */ f32 shakePosSize;
/* 0x019C */ f32 shakeRotSize;
/* 0x01A0 */ s16 shakeFrames;
/* 0x01A2 */ s16 shakePosPhase;
/* 0x01A4 */ s16 shakeRotPhase;
/* 0x01A6 */ s16 hitCount;
} ObjHamishi; // size = 0x01A8
#endif