WIP really need a better way to check it.

This commit is contained in:
Baoulettes 2022-04-30 14:30:20 +02:00 committed by GitHub
parent f0533f96a9
commit 15d7480081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1088,7 +1088,7 @@ void BossGanon_IntroCutscene(BossGanon* this, GlobalContext* globalCtx) {
if (!(gSaveContext.eventChkInf[7] & 0x100)) {
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
SEGMENTED_TO_VIRTUAL(gDorfTitleCardTex), 160, 180, 128, 40);
SEGMENTED_TO_VIRTUAL(gDorfTitleCardTex), 160, 180, 128, 39); //Dirty method to detect if that Ganondoft title card.
}
gSaveContext.eventChkInf[7] |= 0x100;
@ -5044,4 +5044,4 @@ static EnGanonMant* sCape;
memset(sEffectBuf, 0, sizeof(sEffectBuf));
}
}