mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Add hastranslation to that eletro "dude"
This commit is contained in:
parent
a1c256d004
commit
cbaf755142
1 changed files with 1 additions and 1 deletions
|
@ -979,7 +979,7 @@ void BossVa_BodyIntro(BossVa* this, GlobalContext* globalCtx) {
|
||||||
|
|
||||||
if (!(gSaveContext.eventChkInf[7] & 0x40)) {
|
if (!(gSaveContext.eventChkInf[7] & 0x40)) {
|
||||||
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
||||||
SEGMENTED_TO_VIRTUAL(gBarinadeTitleCardTex), 160, 180, 128, 40);
|
SEGMENTED_TO_VIRTUAL(gBarinadeTitleCardTex), 160, 180, 128, 40, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Rand_ZeroOne() < 0.1f) {
|
if (Rand_ZeroOne() < 0.1f) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue