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;