Merge branch 'master' into fix-eventobj
This commit is contained in:
@@ -423,23 +423,23 @@ static const u8 *GetInteractedMetatileScript(struct MapPosition *position, u8 me
|
||||
return SecretBase_EventScript_ShieldOrToyTV;
|
||||
if (MetatileBehavior_IsMB_C6(metatileBehavior) == TRUE)
|
||||
{
|
||||
SetSecretBaseSecretsTvFlags_MiscFurnature();
|
||||
CheckInteractedWithFriendsFurnitureBottom();
|
||||
return NULL;
|
||||
}
|
||||
if (MetatileBehavior_HoldsLargeDecoration(metatileBehavior) == TRUE)
|
||||
{
|
||||
SetSecretBaseSecretsTvFlags_LargeDecorationSpot();
|
||||
CheckInteractedWithFriendsFurnitureMiddle();
|
||||
return NULL;
|
||||
}
|
||||
if (MetatileBehavior_HoldsSmallDecoration(metatileBehavior) == TRUE)
|
||||
{
|
||||
SetSecretBaseSecretsTvFlags_SmallDecorationSpot();
|
||||
CheckInteractedWithFriendsFurnitureTop();
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
else if (MetatileBehavior_IsSecretBasePoster(metatileBehavior) == TRUE)
|
||||
{
|
||||
SetSecretBaseSecretsTvFlags_Poster();
|
||||
CheckInteractedWithFriendsPosterDecor();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user