mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Add two var in the TitleCardContext structures
This commit is contained in:
parent
3ef073ea83
commit
5c62498da9
1 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,8 @@ typedef struct {
|
||||||
/* 0x0B */ u8 delayTimer; // how long the title card waits to appear
|
/* 0x0B */ u8 delayTimer; // how long the title card waits to appear
|
||||||
/* 0x0C */ s16 alpha;
|
/* 0x0C */ s16 alpha;
|
||||||
/* 0x0E */ s16 intensity;
|
/* 0x0E */ s16 intensity;
|
||||||
|
/* ---- */ bool isBossCard; //To detect if that a Boss name title card.
|
||||||
|
/* ---- */ bool hasTranslation; // to detect if the current title card has translation (used for bosses only)
|
||||||
} TitleCardContext; // size = 0x10
|
} TitleCardContext; // size = 0x10
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue