mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
WIP really need a better way to check it.
This commit is contained in:
parent
f0533f96a9
commit
15d7480081
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user