refac: rename func_8025A70C to comusic_playTrack
This commit is contained in:
@@ -197,7 +197,7 @@ void gcparade_setState(enum parade_state_e next_state) {
|
||||
D_803830F0.indx = 0;
|
||||
D_803830F0.parade_id = PARADE_0_POST_FURNACE_FUN;
|
||||
D_803830F0.count = 0x1B;
|
||||
func_8025A70C(COMUSIC_8E_CREDITS);
|
||||
comusic_playTrack(COMUSIC_8E_CREDITS);
|
||||
next_state = PARADE_STATE_3_WARP;
|
||||
gcparade_8031AC8C();
|
||||
break;
|
||||
@@ -209,7 +209,7 @@ void gcparade_setState(enum parade_state_e next_state) {
|
||||
D_803830F0.count = 0x3A;
|
||||
func_8025A55C(0, 0x1388, 0xB);
|
||||
func_8025AB00();
|
||||
func_8025A70C(COMUSIC_8E_CREDITS);
|
||||
comusic_playTrack(COMUSIC_8E_CREDITS);
|
||||
next_state = PARADE_STATE_3_WARP;
|
||||
gcparade_8031AC8C();
|
||||
break;
|
||||
|
@@ -209,7 +209,7 @@ void _gctranstion_changeState(s32 state, TransitionInfo *desc){
|
||||
|
||||
if(state == TRANSITION_STATE_4_FADE_IN){
|
||||
if(func_802D4608()==0){
|
||||
func_8025A70C(COMUSIC_4E_IN_TRANSITION);
|
||||
comusic_playTrack(COMUSIC_4E_IN_TRANSITION);
|
||||
func_8025AC20(COMUSIC_4E_IN_TRANSITION, 0, 1000, 0.4f, "gctransition.c", 0x12d);
|
||||
func_8025AABC(COMUSIC_4E_IN_TRANSITION);
|
||||
}
|
||||
@@ -220,7 +220,7 @@ void _gctranstion_changeState(s32 state, TransitionInfo *desc){
|
||||
}
|
||||
else{
|
||||
if(func_802D4608() == 0){
|
||||
func_8025A70C(COMUSIC_4F_OUT_TRANSITION);
|
||||
comusic_playTrack(COMUSIC_4F_OUT_TRANSITION);
|
||||
func_8025AC20(COMUSIC_4F_OUT_TRANSITION, 0, 1000, 0.2f, "gctransition.c", 0x13a);
|
||||
func_8025AABC(COMUSIC_4F_OUT_TRANSITION);
|
||||
}
|
||||
|
@@ -706,7 +706,7 @@ void func_80315C90(GcZoombox *this, s32 arg1) {
|
||||
|
||||
if (this->unk110[0] == -1.0f) {
|
||||
if (func_8025AD7C(this->unk108[0]) == 0) {
|
||||
func_8025A70C(this->unk108[0]);
|
||||
comusic_playTrack(this->unk108[0]);
|
||||
}
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user