mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 01:22:59 -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:
|
||||
texture = gThievesHideoutTitleCardENGTex;
|
||||
break;
|
||||
case SCENE_GANONTIKA:
|
||||
case SCENE_GANON_TOU:
|
||||
texture = gGanonsCastleTitleCardENGTex;
|
||||
break;
|
||||
case SCENE_GANONTIKA:
|
||||
texture = gInsideGanonsCastleTitleCardENGTex;
|
||||
break;
|
||||
case SCENE_TAKARAYA:
|
||||
texture = gTreasureBoxShopTitleCardENGTex;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue