mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-27 06:25:51 +01:00
* Rename `Abilities` to `AbilityId` * Rename `abilities.ts` to `ability-id.ts` * Rename `Moves` to `MoveId` * Rename `moves.ts` to `move-id.ts` * Rename `Species` to `SpeciesId` * Rename `species.ts` to `species-id.ts` * Rename `Biome` to `BiomeId` * Rename `biome.ts` to `biome-id.ts` * Replace `Abilities` with `AbilityId` in comments * Replace `Biome` with `BiomeId` in comments * Replace `Moves` with `MoveId` in comments * Replace `Species` with `SpeciesId` in comments |
||
|---|---|---|
| .. | ||
| a-trainers-test-encounter.test.ts | ||
| absolute-avarice-encounter.test.ts | ||
| an-offer-you-cant-refuse-encounter.test.ts | ||
| berries-abound-encounter.test.ts | ||
| bug-type-superfan-encounter.test.ts | ||
| clowning-around-encounter.test.ts | ||
| dancing-lessons-encounter.test.ts | ||
| delibirdy-encounter.test.ts | ||
| department-store-sale-encounter.test.ts | ||
| field-trip-encounter.test.ts | ||
| fiery-fallout-encounter.test.ts | ||
| fight-or-flight-encounter.test.ts | ||
| fun-and-games-encounter.test.ts | ||
| global-trade-system-encounter.test.ts | ||
| lost-at-sea-encounter.test.ts | ||
| mysterious-challengers-encounter.test.ts | ||
| part-timer-encounter.test.ts | ||
| safari-zone.test.ts | ||
| teleporting-hijinks-encounter.test.ts | ||
| the-expert-breeder-encounter.test.ts | ||
| the-pokemon-salesman-encounter.test.ts | ||
| the-strong-stuff-encounter.test.ts | ||
| the-winstrate-challenge-encounter.test.ts | ||
| trash-to-treasure-encounter.test.ts | ||
| uncommon-breed-encounter.test.ts | ||
| weird-dream-encounter.test.ts | ||