mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
no need to use bool there is seem to not like it
This commit is contained in:
parent
fe705cfcf5
commit
90b56456ee
@ -251,8 +251,8 @@ typedef struct {
|
||||
/* 0x0B */ u8 delayTimer; // how long the title card waits to appear
|
||||
/* 0x0C */ s16 alpha;
|
||||
/* 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)
|
||||
/* ---- */ s16 isBossCard; //To detect if that a Boss name title card.
|
||||
/* ---- */ s16 hasTranslation; // to detect if the current title card has translation (used for bosses only)
|
||||
} TitleCardContext; // size = 0x10
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user