mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Added hasTranslation to Phantom Ganon's Horse
funny how that the horse that hold the title card.
This commit is contained in:
parent
5c62498da9
commit
e167fdcb23
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue