mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Fix Lakeside Laboratory title card (#2501)
This commit is contained in:
parent
6a09934e3b
commit
656e593a67
@ -896,7 +896,7 @@ void TitleCard_InitPlaceName(PlayState* play, TitleCardContext* titleCtx, void*
|
|||||||
texture = gStableTitleCardENGTex;
|
texture = gStableTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
case SCENE_HYLIA_LABO:
|
case SCENE_HYLIA_LABO:
|
||||||
texture = gLakeHyliaTitleCardENGTex;
|
texture = gLakesideLaboratoryTitleCardENGTex;
|
||||||
break;
|
break;
|
||||||
case SCENE_HUT:
|
case SCENE_HUT:
|
||||||
texture = gGravekeepersHutTitleCardENGTex;
|
texture = gGravekeepersHutTitleCardENGTex;
|
||||||
|
Loading…
Reference in New Issue
Block a user