Added hasTranslation to Phantom Ganon's Horse

funny how that the horse that hold the title card.
This commit is contained in:
Baoulettes 2022-05-01 08:37:26 +02:00 committed by GitHub
commit e167fdcb23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,7 +332,7 @@ void EnfHG_Intro(EnfHG* this, GlobalContext* globalCtx) {
Math_ApproachF(&this->cameraSpeedMod, 1.0f, 1.0f, 0.05f); Math_ApproachF(&this->cameraSpeedMod, 1.0f, 1.0f, 0.05f);
if (this->timers[0] == 75) { if (this->timers[0] == 75) {
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx, TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
SEGMENTED_TO_VIRTUAL(gPhantomGanonTitleCardTex), 160, 180, 128, 40); SEGMENTED_TO_VIRTUAL(gPhantomGanonTitleCardTex), 160, 180, 128, 40, true);
} }
if (this->timers[0] == 0) { if (this->timers[0] == 0) {
this->cutsceneState = INTRO_RETREAT; this->cutsceneState = INTRO_RETREAT;