Skip to content

Commit

Permalink
swap party positions
Browse files Browse the repository at this point in the history
  • Loading branch information
torranx committed Oct 3, 2024
1 parent 83a8620 commit fc56cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/moves/tera_starstorm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("Moves - Tera Starstorm", () => {
});

it("applies the effects when Terapagos in Stellar Form is fused with another Pokemon", async () => {
await game.classicMode.startBattle([Species.TERAPAGOS, Species.MAGIKARP, Species.CHARMANDER]);
await game.classicMode.startBattle([Species.TERAPAGOS, Species.CHARMANDER, Species.MAGIKARP]);

const fusionedMon = game.scene.getParty()[0];
const magikarp = game.scene.getParty()[2];
Expand Down

0 comments on commit fc56cb5

Please sign in to comment.