Fix title cards for market potion shop and bombchu shop

This commit is contained in:
rozlette 2022-06-23 20:55:43 -05:00 committed by Kenix3
parent 8535568f53
commit b96bd4ea9d
1 changed files with 2 additions and 1 deletions

View File

@ -869,11 +869,12 @@ void TitleCard_InitPlaceName(GlobalContext* globalCtx, TitleCardContext* titleCt
case SCENE_ZOORA:
texture = gZoraShopTitleCardENGTex;
break;
case SCENE_ALLEY_SHOP:
case SCENE_NIGHT_SHOP:
texture = gBombchuShopTitleCardENGTex;
break;
case SCENE_DRAG:
case SCENE_MAHOUYA:
case SCENE_ALLEY_SHOP:
texture = gPotionShopTitleCardENGTex;
break;
case SCENE_FACE_SHOP: