Ability name corrections.

This commit is contained in:
MaikelChan
2023-08-10 00:26:00 +02:00
parent e0fee1831b
commit c25a349249
20 changed files with 77 additions and 77 deletions

View File

@@ -62,10 +62,10 @@ void func_802CA9D0(Actor *this){
void func_802CAA44(Actor *this){
this->marker->propPtr->unk8_3 = TRUE;
if(func_803203FC(UNKFLAGS1_8A_SANDCASTLE_FLIGHT_UNLOCKED)){
ability_unlock(ABILITY_9_FLY);
ability_unlock(ABILITY_9_FLIGHT);
}
if(ability_isUnlocked(ABILITY_9_FLY)){
if(ability_isUnlocked(ABILITY_9_FLIGHT)){
actor_setOpacity(this, 0xff);
}
else{