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

Eh revert to _StartMusic

This commit is contained in:
Sirius902 2020-09-30 17:48:55 -07:00
parent 07a1e5da15
commit 6e200aa0ca

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