pokerogue/test/testUtils/helpers
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
..
challengeModeHelper.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
classicModeHelper.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
dailyModeHelper.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
field-helper.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
gameManagerHelper.ts [Test] Move test folder out of src (#5398) 2025-02-22 22:52:07 -06:00
modifiersHelper.ts [Test] Move test folder out of src (#5398) 2025-02-22 22:52:07 -06:00
moveHelper.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
overridesHelper.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
reloadHelper.ts [Refactor/Bug/Ability] Reworked BattleData, fixed Rage Fist, Harvest, Belch + Implemented Cud Chew (#5655) 2025-05-02 00:06:07 -05:00
settingsHelper.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00