mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Fix title cards for market potion shop and bombchu shop
This commit is contained in:
parent
8535568f53
commit
b96bd4ea9d
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue