Move ch Bottles to SmBottles

This commit is contained in:
Owlenuff
2024-10-03 12:57:37 +02:00
parent 4270ed91b1
commit d38faa8147
3 changed files with 92 additions and 92 deletions

View File

@@ -8,7 +8,7 @@ void chmole_additionalAbilityLearnActions(ActorMarker *marker, enum asset_e arg1
typedef struct{
s16 teach_text_id;
s16 refresher_text;
s16 refresher_text_id;
s8 camera_node;
s8 ability;
} ChMoleDescription;
@@ -224,7 +224,7 @@ int chmole_learnAbility(Actor *this){
// Known Ability: Refresher Dialog
if(ability_isUnlocked(moleTable[this->unkF4_8-9].ability)){
sp28 = 0xf;
sp2C = moleTable[this->unkF4_8-9].refresher_text;
sp2C = moleTable[this->unkF4_8-9].refresher_text_id;
}//L802D99EC
// New Ability: Learn Dialog & Misc Actions
else{