pokerogue/src/data/mystery-encounters/utils
NightKev 9dcb904649
[Misc] Improve enum naming (#5933)
* 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
2025-06-04 14:54:27 -07:00
..
encounter-dialogue-utils.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
encounter-phase-utils.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
encounter-pokemon-utils.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
encounter-transformation-sequence.ts [Refactor/Bug/Ability] Reworked BattleData, fixed Rage Fist, Harvest, Belch + Implemented Cud Chew (#5655) 2025-05-02 00:06:07 -05:00