diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index 5db2ecff664..0f219d22e41 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -1882,7 +1882,7 @@ class PartySlot extends Phaser.GameObjects.Container { this.add(this.slotBg); const genderSymbol = getGenderSymbol(this.pokemon.getGender(true)); - const isFusion = this.pokemon.fusionSpecies; + const isFusion = this.pokemon.isFusion(); // Here we define positions and offsets // Base values are for the active pokemon; they are changed for benched pokemon,