Renaming Juju
This commit is contained in:
@@ -67,7 +67,7 @@ void func_802DAA14(Actor *this){
|
||||
return;
|
||||
}
|
||||
|
||||
if(!this->is_first_encounter){
|
||||
if(!this->has_met_before){
|
||||
if(level_get() == LEVEL_A_MAD_MONSTER_MANSION){
|
||||
text_id = 0xadc;
|
||||
}
|
||||
@@ -79,6 +79,6 @@ void func_802DAA14(Actor *this){
|
||||
text_id = tmp;
|
||||
}
|
||||
gcdialog_showText(text_id, 4, NULL, this->marker, func_802DA9A0, NULL);
|
||||
this->is_first_encounter = TRUE;
|
||||
this->has_met_before = TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user