Proper x,y,w,h

This commit is contained in:
Baoulettes 2022-04-30 14:07:28 +02:00 committed by GitHub
parent 83f7a776e1
commit 1a5796c954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
@ -3591,4 +3591,4 @@ void BossMo_Reset(void) {
sSeed1 = 0;
sSeed2 = 0;
sSeed3 = 0;
}
}