Skip to content

Commit 64c5951

Browse files
authored
Move Random Battles files to a separate folder (smogon#10285)
* Move Random Battles files to a new folder * Fix bdsp test * Move SSB back and move rands files into folders * fix BF tests * fix test * fix bug * fix SSB teamgen
1 parent cf08ea1 commit 64c5951

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+67
-436
lines changed

data/mods/gen7pokebilities/random-teams.ts

-5
This file was deleted.

data/mods/gen9ssb/random-teams.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import RandomTeams from '../../random-teams';
1+
import RandomTeams from '../../random-battles/gen9/teams';
22

33
export interface SSBSet {
44
species: string;

data/mods/mixandmega/random-teams.ts

-154
This file was deleted.

data/mods/partnersincrime/random-teams.ts

-5
This file was deleted.

data/mods/potd/random-teams.ts

-206
This file was deleted.
File renamed without changes.

data/mods/gen1/random-teams.ts data/random-battles/gen1/teams.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import RandomGen2Teams from '../gen2/random-teams';
1+
import RandomGen2Teams from '../gen2/teams';
22
import {Utils} from '../../../lib';
33

44
interface HackmonsCupEntry {
@@ -15,7 +15,7 @@ interface Gen1RandomBattleSpecies {
1515
}
1616

1717
export class RandomGen1Teams extends RandomGen2Teams {
18-
randomData: {[species: string]: Gen1RandomBattleSpecies} = require('./random-data.json');
18+
randomData: {[species: string]: Gen1RandomBattleSpecies} = require('./data.json');
1919

2020
// Challenge Cup or CC teams are basically fully random teams.
2121
randomCCTeam() {
File renamed without changes.

0 commit comments

Comments
 (0)