rename function prefixes to better follow guidelines

This commit is contained in:
Banjo Kazooie
2024-09-01 16:23:14 -05:00
parent 0964b8e08a
commit 892f773f80
11 changed files with 115 additions and 110 deletions

View File

@@ -30,7 +30,7 @@ void func_803634BC(void){
void func_80363500(Actor *this){
if(!this->unk16C_4){
if(!mole_learnedAllSpiralMountainAbilities()){
if(!chmole_learnedAllSpiralMountainAbilities()){
func_803634BC();
}
else{
@@ -40,7 +40,7 @@ void func_80363500(Actor *this){
this->unk16C_4 = 1;
}//L8036355C
if(mole_learnedAllSpiralMountainAbilities()){
if(chmole_learnedAllSpiralMountainAbilities()){
func_80363470();
marker_despawn(this->marker);
}