Fix Ganon's Castle title cards (#606)

This commit is contained in:
vaguerant 2022-07-08 12:19:41 +10:00 committed by GitHub
parent 60e713855a
commit a1f92d76ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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;