mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
Added hasTranslation to big piggy Ganon
This commit is contained in:
parent
550abae58b
commit
59e6d39ce2
@ -671,7 +671,8 @@ void func_808FD5F4(BossGanon2* this, GlobalContext* globalCtx) {
|
||||
if (this->unk_398 == 80) {
|
||||
BossGanon2_SetObjectSegment(this, globalCtx, OBJECT_GANON2, false);
|
||||
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
||||
SEGMENTED_TO_VIRTUAL(object_ganon2_Tex_021A90), 160, 180, 128, 40);
|
||||
SEGMENTED_TO_VIRTUAL(object_ganon2_Tex_021A90), 160, 180, 128, 40, true);
|
||||
//It has translation but they are all the same. they all say "GANON" only
|
||||
}
|
||||
this->unk_3A4.x = ((this->actor.world.pos.x + 500.0f) - 350.0f) + 100.0f;
|
||||
this->unk_3A4.y = this->actor.world.pos.y;
|
||||
|
Loading…
Reference in New Issue
Block a user