mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-30 09:06:19 -04:00
Fix Shadow Temple title card
This commit is contained in:
committed by
Nicholas Estelami
parent
e8837cf247
commit
a59317627f
@@ -766,9 +766,9 @@ void TitleCard_InitPlaceName(GlobalContext* globalCtx, TitleCardContext* titleCt
|
||||
break;
|
||||
case SCENE_JYASINZOU:
|
||||
texture = gSpiritTempleTitleCardENGTex;
|
||||
break;
|
||||
break;
|
||||
case SCENE_HAKADAN:
|
||||
texture = gSpiritTempleTitleCardENGTex;
|
||||
texture = gShadowTempleTitleCardENGTex;
|
||||
break;
|
||||
case SCENE_HAKADANCH:
|
||||
texture = gBottomOfTheWellTitleCardENGTex;
|
||||
|
||||
Reference in New Issue
Block a user