Documented Mole Files (Core 2 & SM)

This commit is contained in:
Cyrus Kashef
2024-08-28 21:03:28 -05:00
parent ac6099cbda
commit 4882b2fd12
12 changed files with 270 additions and 151 deletions

View File

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