From 656e593a676da326df180239691a1f4a89561fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaro=20Mart=C3=ADnez?= Date: Fri, 17 Feb 2023 19:23:09 -0500 Subject: [PATCH] Fix Lakeside Laboratory title card (#2501) --- soh/src/code/z_actor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/code/z_actor.c b/soh/src/code/z_actor.c index 30ed71641..5a4010dda 100644 --- a/soh/src/code/z_actor.c +++ b/soh/src/code/z_actor.c @@ -896,7 +896,7 @@ void TitleCard_InitPlaceName(PlayState* play, TitleCardContext* titleCtx, void* texture = gStableTitleCardENGTex; break; case SCENE_HYLIA_LABO: - texture = gLakeHyliaTitleCardENGTex; + texture = gLakesideLaboratoryTitleCardENGTex; break; case SCENE_HUT: texture = gGravekeepersHutTitleCardENGTex;