d_a_player_main

This commit is contained in:
LagoLunatic
2024-01-03 15:55:56 -05:00
parent a811016a06
commit ea78ea5f5c
26 changed files with 1269 additions and 425 deletions
+3 -3
View File
@@ -587,9 +587,9 @@ void dEvDtStaff_c::specialProcDirector() {
u32* pBGM = dComIfGp_evmng_getMyIntegerP(staffIdx, "BGM_ID");
u32 bgm;
static u32 bgm_table[] = {
0x80000007, // JA_BGM_I_MAJU
0x80000012, // JA_BGM_TETRA_MEET
0x80000017, // JA_BGM_I_LINK_FOREST
JA_BGM_I_MAJU,
JA_BGM_TETRA_MEET,
JA_BGM_I_LINK_FOREST,
};
if (pBGM != NULL) {