refac: rename func_80389DF4 to code3420_handleOrganGame

This commit is contained in:
Bl00D4NGEL
2024-09-10 01:07:19 +02:00
parent ab81b1bdef
commit 692cfe0ee0
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ typedef struct {
} Struct_MMM_3420_0;
typedef struct {
u8 unk0;
u8 unk0; // black key flag? black key == 2 || 4
u8 unk1;
} Struct_MMM_3420_1;
@@ -300,7 +300,8 @@ void func_80389D9C(s32 key_id){
D_8038C4F0.unk0++;
}
void func_80389DF4(s32 arg0, s32 arg1) {
// organ game/higgy in church?
void code3420_handleOrganGame(s32 arg0, s32 arg1) {
Struct_MMM_3420_1 *iPtr;
f32 key_position[3];
bool is_black_key;

View File

@@ -154,7 +154,7 @@ void __overlay_mmm_update(void){
}
void func_803229C0(s32 arg0, s32 arg1){
func_80389DF4(arg0, arg1);
code3420_handleOrganGame(arg0, arg1);
}
void __overlay_cc_draw(Gfx **gfx, Mtx **mtx, Vtx **vtx){