From 5c62498da928c11792a5febd61cc74970697a36a Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Sun, 1 May 2022 08:36:04 +0200 Subject: [PATCH] Add two var in the TitleCardContext structures --- soh/include/z64.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soh/include/z64.h b/soh/include/z64.h index f0dfba52d..93991979d 100644 --- a/soh/include/z64.h +++ b/soh/include/z64.h @@ -251,6 +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) } TitleCardContext; // size = 0x10 typedef struct {