Shipwright/soh/src/overlays/actors/ovl_Bg_Spot16_Doughnut/z_bg_spot16_doughnut.h

17 lines
339 B
C

#ifndef Z_BG_SPOT16_DOUGHNUT_H
#define Z_BG_SPOT16_DOUGHNUT_H
#include "ultra64.h"
#include "global.h"
struct BgSpot16Doughnut;
typedef struct BgSpot16Doughnut {
/* 0x0000 */ Actor actor;
/* 0x014C */ u16 fireFlag;
/* 0x014E */ char pad[0x02];
/* 0x0150 */ u8 envColorAlpha;
} BgSpot16Doughnut; // size = 0x0154
#endif