From 273c58d9271812e339c6823e1daa75b1da16eb69 Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Thu, 11 Jun 2026 13:55:46 -0400 Subject: [PATCH] HD title logo for pal regions --- src/d/actor/d_a_title.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/d/actor/d_a_title.cpp b/src/d/actor/d_a_title.cpp index 5ff7dad881..8ded221cfa 100644 --- a/src/d/actor/d_a_title.cpp +++ b/src/d/actor/d_a_title.cpp @@ -101,6 +101,14 @@ void daTit_HIO_c::genMessage(JORMContext* mctx) { #endif int daTitle_c::CreateHeap() { + + #if TARGET_PC + if (dusk::tphd_active()) { +#undef l_arcName +#define l_arcName "Title" + } + #endif + J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(l_arcName, 10); JUT_ASSERT(258, modelData); mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000285);