mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Add hasTranslation to Morpha
This commit is contained in:
parent
3ed6219d4b
commit
229e423d70
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ void BossMo_IntroCs(BossMo* this, GlobalContext* globalCtx) {
|
||||||
}
|
}
|
||||||
if (this->timers[2] == 130) {
|
if (this->timers[2] == 130) {
|
||||||
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
||||||
SEGMENTED_TO_VIRTUAL(gMorphaTitleCardTex), 160, 180, 128, 40);
|
SEGMENTED_TO_VIRTUAL(gMorphaTitleCardTex), 160, 180, 128, 40, true);
|
||||||
gSaveContext.eventChkInf[7] |= 0x10;
|
gSaveContext.eventChkInf[7] |= 0x10;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue