refac: rename func_80322FE4 to overlay_init

This commit is contained in:
Bl00D4NGEL
2024-09-10 00:51:00 +02:00
parent 3b76490b72
commit ab81b1bdef
2 changed files with 2 additions and 2 deletions

View File

@@ -366,7 +366,7 @@ void func_80322FBC(void){
void func_80322FDC(void){ return; } void func_80322FDC(void){ return; }
void func_80322FE4(void){ void overlay_init(void){
int i; int i;
s32 overlay_id; s32 overlay_id;
func_80356714(); func_80356714();

View File

@@ -191,7 +191,7 @@ void func_80334B20(enum map_e arg0, s32 arg1, s32 arg2) {
D_803835D0.unk0 = 3; D_803835D0.unk0 = 3;
D_803835D0.map_4 = arg0; D_803835D0.map_4 = arg0;
D_803835D0.unk8 = arg1; D_803835D0.unk8 = arg1;
func_80322FE4(); overlay_init();
func_80335110(1); func_80335110(1);
func_80335128(1); func_80335128(1);
func_802D2CB8(); func_802D2CB8();