mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 09:33:00 -07:00
Fix Ganon's Castle title cards (#606)
This commit is contained in:
parent
60e713855a
commit
a1f92d76ab
1 changed files with 4 additions and 1 deletions
|
@ -843,9 +843,12 @@ void TitleCard_InitPlaceName(GlobalContext* globalCtx, TitleCardContext* titleCt
|
||||||
case SCENE_GERUDOWAY:
|
case SCENE_GERUDOWAY:
|
||||||
texture = gThievesHideoutTitleCardENGTex;
|
texture = gThievesHideoutTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
case SCENE_GANONTIKA:
|
case SCENE_GANON_TOU:
|
||||||
texture = gGanonsCastleTitleCardENGTex;
|
texture = gGanonsCastleTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
|
case SCENE_GANONTIKA:
|
||||||
|
texture = gInsideGanonsCastleTitleCardENGTex;
|
||||||
|
break;
|
||||||
case SCENE_TAKARAYA:
|
case SCENE_TAKARAYA:
|
||||||
texture = gTreasureBoxShopTitleCardENGTex;
|
texture = gTreasureBoxShopTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue