swap party positions

This commit is contained in:
torranx 2024-10-03 18:02:29 +08:00
parent 83a8620a2a
commit fc56cb53fa

View File

@ -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];