mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 09:22:18 -05:00
Fix title card
This commit is contained in:
parent
407a9c5371
commit
e8837cf247
@ -9434,7 +9434,7 @@ void Player_Init(Actor* thisx, GlobalContext* globalCtx2) {
|
|||||||
|
|
||||||
if ((sp50 == 0) || (sp50 < -1)) {
|
if ((sp50 == 0) || (sp50 < -1)) {
|
||||||
titleFileSize = scene->titleFile.vromEnd - scene->titleFile.vromStart;
|
titleFileSize = scene->titleFile.vromEnd - scene->titleFile.vromStart;
|
||||||
if ((titleFileSize != 0) && gSaveContext.showTitleCard) {
|
if (gSaveContext.showTitleCard) {
|
||||||
if ((gSaveContext.sceneSetupIndex < 4) &&
|
if ((gSaveContext.sceneSetupIndex < 4) &&
|
||||||
(gEntranceTable[((void)0, gSaveContext.entranceIndex) + ((void)0, gSaveContext.sceneSetupIndex)].field &
|
(gEntranceTable[((void)0, gSaveContext.entranceIndex) + ((void)0, gSaveContext.sceneSetupIndex)].field &
|
||||||
0x4000) &&
|
0x4000) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user