Renaming Juju
This commit is contained in:
@@ -61,7 +61,7 @@ void func_8038B19C(Actor *this) {
|
||||
|
||||
if (!this->volatile_initialized) {
|
||||
this->volatile_initialized = TRUE;
|
||||
this->is_first_encounter = FALSE;
|
||||
this->has_met_before = FALSE;
|
||||
func_8038B0F0(this, 1);
|
||||
}
|
||||
|
||||
@@ -88,8 +88,8 @@ void func_8038B19C(Actor *this) {
|
||||
func_8038B0F0(this, 1);
|
||||
}
|
||||
}
|
||||
if (!this->is_first_encounter && func_803292E0(this)) {
|
||||
this->is_first_encounter = TRUE;
|
||||
if (!this->has_met_before && func_803292E0(this)) {
|
||||
this->has_met_before = TRUE;
|
||||
gcdialog_showText(0xCC8, 0, NULL, NULL, NULL, NULL);
|
||||
}
|
||||
func_8028E668(this->position, 300.0f, -50.0f, 120.0f);
|
||||
|
Reference in New Issue
Block a user