refac: rename func_8025A70C to comusic_playTrack

This commit is contained in:
Bl00D4NGEL
2024-09-09 23:05:11 +02:00
parent b77274c9ea
commit 345c41152c
24 changed files with 47 additions and 47 deletions

View File

@@ -82,11 +82,11 @@ bool MMM_func_80387340(ActorMarker *marker){
if(sp1C == 0){
ml_vec3f_copy(sp20, actor->position);
sp20[1] += 80.0f;
func_8025A70C(COMUSIC_2D_PUZZLE_SOLVED_FANFARE);
comusic_playTrack(COMUSIC_2D_PUZZLE_SOLVED_FANFARE);
jiggy_spawn(JIGGY_63_MMM_FLOWER_POTS, sp20);
}
else{
func_8025A70C(COMUSIC_2B_DING_B);
comusic_playTrack(COMUSIC_2B_DING_B);
}
}
func_803871D4(sp1C);