pokerogue/src/system
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
..
settings [i18n] Translatable Game Speed values (#5916) 2025-06-01 12:37:47 -07:00
version_migration [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
achv.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
arena-data.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
challenge-data.ts [Refactor] Replace all instances of integer with number (#5250) 2025-02-04 17:56:13 -07:00
egg-data.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
game-data.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
game-speed.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
game-stats.ts [Refactor] Replace all instances of integer with number (#5250) 2025-02-04 17:56:13 -07:00
modifier-data.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
pokemon-data.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
session-history.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
trainer-data.ts [Bug][Hotfix] Fix crash when pulling trainer names for (certain) non-English languages (#5608) 2025-04-01 21:31:52 -04:00
unlockables.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
voucher.ts [Refactor] Minor refactor of trainer-config files (#5573) 2025-03-29 00:19:35 -04:00