1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-14 21:40:03 +00:00

Rename to _PlayBGM

This commit is contained in:
Sirius902 2020-09-30 17:32:26 -07:00
parent cf49171580
commit 07a1e5da15

View file

@ -269,7 +269,7 @@ void func_80A7489C(EnIk* this) {
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_En_Ik/func_80A76798.s")
void EnIk_StartMusic(void) {
void EnIk_PlayBGM(void) {
func_800F5ACC(0x38);
}
@ -369,7 +369,7 @@ void func_80A780D0(EnIk* this, GlobalContext* globalCtx) {
Actor_SetScale(&this->actor, 0.01f);
} else {
func_80A78160(this, globalCtx);
EnIk_StartMusic();
EnIk_PlayBGM();
}
}
osSyncPrintf("En_Ik_inConfrontion_Init : %d !!!!!!!!!!!!!!!!\n", this->actor.params);