mirror of
https://github.com/zeldaret/oot
synced 2026-05-25 23:35:18 -04:00
Commit g_pn_*.c files (#2573)
This commit is contained in:
+2
-1
@@ -388,7 +388,8 @@ void CutsceneCmd_Misc(PlayState* play, CutsceneContext* csCtx, CsCmdMisc* cmd) {
|
||||
|
||||
case CS_MISC_SHOW_TITLE_CARD:
|
||||
if (isFirstFrame) {
|
||||
TitleCard_InitPlaceName(play, &play->actorCtx.titleCtx, player->giObjectSegment, 160, 120, 144, 24, 20);
|
||||
TitleCard_InitPlaceName(play, &play->actorCtx.titleCtx, player->giObjectSegment, 160, 120,
|
||||
PLACE_NAME_TEX_WIDTH, PLACE_NAME_TEX_HEIGHT, 20);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user