Add some dCom inlines from TP debug

This commit is contained in:
LagoLunatic
2024-07-04 13:19:51 -04:00
parent ecd91cdf44
commit c3722dbeb5
9 changed files with 72 additions and 31 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ s32 dPn_c::_create() {
JUT_ASSERT(VERSION_SELECT(175, 201, 201), dComIfGp_getNowStageNum() < dPn_stage_max_e);
#if VERSION == VERSION_PAL
u32 lang = g_dComIfG_gameInfo.play.mGameLanguage;
u32 lang = dComIfGp_getPalLanguage();
char buf[32];
sprintf(buf, "/res/placename/PN%d/pn_%02d_%d.bti", lang, dComIfGp_getNowStageNum() + 1, lang);
dvd = mDoDvdThd_toMainRam_c::create(buf, 0, mpHeap);