mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 01:10:33 +00:00
Commit g_pn_*.c
files (#2573)
This commit is contained in:
parent
31f8c32ed9
commit
66f367e449
62 changed files with 1377 additions and 61 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -10776,7 +10776,8 @@ void Player_Init(Actor* thisx, PlayState* play2) {
|
|||
((play->sceneId != SCENE_BOMBCHU_SHOP) || GET_EVENTCHKINF(EVENTCHKINF_25))
|
||||
#endif
|
||||
) {
|
||||
TitleCard_InitPlaceName(play, &play->actorCtx.titleCtx, this->giObjectSegment, 160, 120, 144, 24, 20);
|
||||
TitleCard_InitPlaceName(play, &play->actorCtx.titleCtx, this->giObjectSegment, 160, 120,
|
||||
PLACE_NAME_TEX_WIDTH, PLACE_NAME_TEX_HEIGHT, 20);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue