Renaming Juju
This commit is contained in:
@@ -117,7 +117,7 @@ void func_80387774(Actor **this_ptr){
|
||||
&& player_throwCarriedObject()
|
||||
){
|
||||
func_8028FA34(!mapSpecificFlags_get(0)? 0x149 : 0x14a, *this_ptr);
|
||||
(*this_ptr)->is_first_encounter = TRUE;
|
||||
(*this_ptr)->has_met_before = TRUE;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -146,11 +146,11 @@ void func_803878CC(Actor * this){
|
||||
}//L80387970
|
||||
|
||||
if(func_80329530(this, 250) && !func_80329530(this, 80)
|
||||
&& !this->is_first_encounter
|
||||
&& !this->has_met_before
|
||||
&& item_getCount(ITEM_18_GOLD_BULLIONS) == 0
|
||||
){
|
||||
gcdialog_showText(ASSET_A0B_TEXT_UNKNOWN, 0xe, this->position, this->marker, func_80387520, NULL);
|
||||
this->is_first_encounter = TRUE;
|
||||
this->has_met_before = TRUE;
|
||||
subaddie_set_state_forward(this, 3);
|
||||
}
|
||||
|
||||
@@ -162,7 +162,7 @@ void func_803878CC(Actor * this){
|
||||
}
|
||||
|
||||
this->unk138_23 = TRUE;
|
||||
this->is_first_encounter = TRUE;
|
||||
this->has_met_before = TRUE;
|
||||
|
||||
}//L80387A54
|
||||
|
||||
|
@@ -54,12 +54,12 @@ void chLeaky_update(Actor *this) {
|
||||
}
|
||||
}
|
||||
if( this->state == 1
|
||||
&& !this->is_first_encounter
|
||||
&& !this->has_met_before
|
||||
&& func_80329530(this, 250) && !func_80329530(this, 160)
|
||||
&& !func_8028ECAC()
|
||||
&& gcdialog_showText(0xA1A, 0, NULL, NULL, NULL, NULL)
|
||||
){
|
||||
this->is_first_encounter = TRUE;
|
||||
this->has_met_before = TRUE;
|
||||
}
|
||||
if (func_803114B0() == 0) {
|
||||
if (actor_animationIsAt(this, 0.83f)) {
|
||||
|
@@ -75,7 +75,7 @@ void func_80389600(Actor *this){
|
||||
s32 tmp_v1;
|
||||
int i;
|
||||
|
||||
if( !this->is_first_encounter
|
||||
if( !this->has_met_before
|
||||
&& this->unkF4_8 == 0xA
|
||||
&& !jiggyscore_isCollected(JIGGY_13_TTC_LOCKUP)
|
||||
&& func_80329530(this, 320)
|
||||
@@ -83,7 +83,7 @@ void func_80389600(Actor *this){
|
||||
&& !func_8028ECAC()
|
||||
&& gcdialog_showText(0xA15, 0, NULL, NULL, NULL, NULL)
|
||||
){
|
||||
this->is_first_encounter = TRUE;
|
||||
this->has_met_before = TRUE;
|
||||
}//L803896AC
|
||||
|
||||
if(!this->volatile_initialized){
|
||||
|
@@ -167,7 +167,7 @@ void func_80388344(ActorMarker * this_marker, ActorMarker *other_marker){
|
||||
if(other_marker->id == 1){
|
||||
this = marker_getActor(this_marker);
|
||||
if( !mapSpecificFlags_get(7)
|
||||
&& this->is_first_encounter
|
||||
&& this->has_met_before
|
||||
&& gcdialog_showText(0xa0f, 0, NULL, NULL, NULL, NULL)
|
||||
){
|
||||
mapSpecificFlags_set(7, TRUE);
|
||||
@@ -178,7 +178,7 @@ void func_80388344(ActorMarker * this_marker, ActorMarker *other_marker){
|
||||
void func_803883C8(ActorMarker * this_marker, ActorMarker *other_marker){
|
||||
Actor *this = marker_getActor(this_marker);
|
||||
if( !this->unk138_23
|
||||
&& this->is_first_encounter
|
||||
&& this->has_met_before
|
||||
&& gcdialog_showText(0xa11, 0, NULL, NULL, NULL, NULL)
|
||||
){
|
||||
this->unk138_23 = TRUE;
|
||||
@@ -229,13 +229,13 @@ void func_80388434(Actor *this){
|
||||
}//L8038860C
|
||||
if(func_8038812C(this)){
|
||||
temp_v0 = func_8028ECAC();
|
||||
if( !this->is_first_encounter
|
||||
if( !this->has_met_before
|
||||
&& temp_v0 != 1
|
||||
&& temp_v0 != 10
|
||||
){
|
||||
subaddie_set_state_with_direction(this, 5, 0.01f, 1);
|
||||
if(gcdialog_showText(0xa0e, 0xf, this->position, this->marker, TTC_func_80387FB0, NULL)){
|
||||
this->is_first_encounter = TRUE;
|
||||
this->has_met_before = TRUE;
|
||||
}
|
||||
comusic_8025AB44(COMUSIC_12_TTC_NIPPER, 5000, 300);
|
||||
ncStaticCamera_setToNode(11);
|
||||
|
Reference in New Issue
Block a user