summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-06-04 02:30:44 +0200
committerGitHub <noreply@github.com>2025-06-03 20:30:44 -0400
commit66f367e44948e98e937d0a29f86e321e2b549d27 (patch)
tree733999dfbff6bedcee50ee6ad039974658c9e612 /src/code
parent31f8c32ed947dfcbfb2c73e4e6aff6ef3dbbb4d5 (diff)
Commit `g_pn_*.c` files (#2573)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_demo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_demo.c b/src/code/z_demo.c
index d5135b99d..ee6f23203 100644
--- a/src/code/z_demo.c
+++ b/src/code/z_demo.c
@@ -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;