Shipwright/soh/src/overlays/actors/ovl_End_Title/z_end_title.h

17 lines
289 B
C

#ifndef Z_END_TITLE_H
#define Z_END_TITLE_H
#include "ultra64.h"
#include "global.h"
struct EndTitle;
typedef struct EndTitle {
/* 0x0000 */ Actor actor;
/* 0x014C */ u8 endAlpha;
/* 0x014D */ u8 tlozAlpha;
/* 0x014E */ u8 ootAlpha;
} EndTitle; // size = 0x0150
#endif