mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Add hasTranslation to Gohma
This commit is contained in:
parent
59e6d39ce2
commit
3ed6219d4b
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ void BossGoma_Encounter(BossGoma* this, GlobalContext* globalCtx) {
|
||||||
|
|
||||||
if (!(gSaveContext.eventChkInf[7] & 1)) {
|
if (!(gSaveContext.eventChkInf[7] & 1)) {
|
||||||
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
||||||
SEGMENTED_TO_VIRTUAL(gGohmaTitleCardTex), 160, 180, 128, 40);
|
SEGMENTED_TO_VIRTUAL(gGohmaTitleCardTex), 160, 180, 128, 40, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
Audio_QueueSeqCmd(SEQ_PLAYER_BGM_MAIN << 24 | NA_BGM_BOSS);
|
Audio_QueueSeqCmd(SEQ_PLAYER_BGM_MAIN << 24 | NA_BGM_BOSS);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue