Shipwright/soh/src/overlays/actors/ovl_Bg_Spot01_Fusya/z_bg_spot01_fusya.h
briaguya ba13e6b2c4 refactor: use LUS 1.0 RC
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com>
Co-authored-by: David Chavez <david@dcvz.io>
Co-authored-by: KiritoDv <kiritodev01@gmail.com>
Co-authored-by: Christopher Leggett <chris@leggett.dev>
2023-01-17 00:33:56 -05:00

21 lines
495 B
C

#ifndef Z_BG_SPOT01_FUSYA_H
#define Z_BG_SPOT01_FUSYA_H
#include <libultraship/libultra.h>
#include "global.h"
struct BgSpot01Fusya;
typedef void (*BgSpot01FusyaActionFunc)(struct BgSpot01Fusya*, PlayState*);
typedef struct BgSpot01Fusya {
/* 0x0000 */ Actor actor;
/* 0x014C */ BgSpot01FusyaActionFunc actionFunc;
/* 0x0150 */ char unk_150[0x4];
/* 0x0154 */ f32 unk_154;
/* 0x0158 */ f32 unk_158;
/* 0x015C */ f32 unk_15C;
} BgSpot01Fusya; // size = 0x0160
#endif