mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 18:48:04 -07:00
Fix Lakeside Laboratory title card (#2501)
This commit is contained in:
parent
6a09934e3b
commit
656e593a67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue