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
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)) { if (!(gSaveContext.eventChkInf[7] & 0x100)) {
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx, 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; gSaveContext.eventChkInf[7] |= 0x100;
@ -5044,4 +5044,4 @@ static EnGanonMant* sCape;
memset(sEffectBuf, 0, sizeof(sEffectBuf)); memset(sEffectBuf, 0, sizeof(sEffectBuf));
} }