summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrozlette <Rozelette@users.noreply.github.com>2022-06-23 20:55:43 -0500
committerKenix3 <kenixwhisperwind@gmail.com>2022-06-26 12:06:04 -0400
commitb96bd4ea9d301006bcdc43dde557662bb0dd332e (patch)
tree90e667984e8a195f6e0911b66918c6648085c393
parent8535568f53b3df88af7c77b933918581645b232e (diff)
Fix title cards for market potion shop and bombchu shop
-rw-r--r--soh/src/code/z_actor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soh/src/code/z_actor.c b/soh/src/code/z_actor.c
index 79a3f4032..adcac4522 100644
--- a/soh/src/code/z_actor.c
+++ b/soh/src/code/z_actor.c
@@ -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: