mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Proper x,y,w,h
This commit is contained in:
parent
83f7a776e1
commit
1a5796c954
1 changed files with 2 additions and 2 deletions
|
@ -1423,7 +1423,7 @@ void BossMo_IntroCs(BossMo* this, GlobalContext* globalCtx) {
|
|||
}
|
||||
if (this->timers[2] == 130) {
|
||||
TitleCard_InitBossName(globalCtx, &globalCtx->actorCtx.titleCtx,
|
||||
SEGMENTED_TO_VIRTUAL(gMorphaTitleCardTex), 0xA0, 0xB4, 0x80, 0x28);
|
||||
SEGMENTED_TO_VIRTUAL(gMorphaTitleCardTex), 160, 180, 128, 40);
|
||||
gSaveContext.eventChkInf[7] |= 0x10;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue