mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 11:39:07 -07:00
Fix Shadow Temple title card
This commit is contained in:
parent
e8837cf247
commit
a59317627f
1 changed files with 2 additions and 2 deletions
|
@ -766,9 +766,9 @@ void TitleCard_InitPlaceName(GlobalContext* globalCtx, TitleCardContext* titleCt
|
||||||
break;
|
break;
|
||||||
case SCENE_JYASINZOU:
|
case SCENE_JYASINZOU:
|
||||||
texture = gSpiritTempleTitleCardENGTex;
|
texture = gSpiritTempleTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
case SCENE_HAKADAN:
|
case SCENE_HAKADAN:
|
||||||
texture = gSpiritTempleTitleCardENGTex;
|
texture = gShadowTempleTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
case SCENE_HAKADANCH:
|
case SCENE_HAKADANCH:
|
||||||
texture = gBottomOfTheWellTitleCardENGTex;
|
texture = gBottomOfTheWellTitleCardENGTex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue