Shipwright/soh/src/overlays/actors/ovl_Bg_Jya_1flift/z_bg_jya_1flift.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

22 lines
530 B
C

#ifndef Z_BG_JYA_1FLIFT_H
#define Z_BG_JYA_1FLIFT_H
#include "ultra64.h"
#include "global.h"
struct BgJya1flift;
typedef void (*BgJya1fliftActionFunc)(struct BgJya1flift*, GlobalContext*);
typedef struct BgJya1flift {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ ColliderCylinder collider;
/* 0x01B0 */ BgJya1fliftActionFunc actionFunc;
/* 0x01B4 */ s16 moveDelay;
/* 0x01B6 */ u8 isMovingDown;
/* 0x01B7 */ u8 hasInitialized;
/* 0x01B8 */ u8 isLinkRiding;
} BgJya1flift; // size = 0x01BC
#endif