pokerogue/src
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
..
@types [Refactor] Refactor ability file part 1 (#5589) 2025-04-15 14:08:35 +00:00
configs/inputs [Bug] [UI/UX] Make , . / and \ Bindable Keys (#5707) 2025-04-26 01:34:57 +00:00
data [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
enums [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
events [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
field [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
global-vars [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
interfaces Revert "[Refactor] Move many interfaces and enums to their own file" (#5661) 2025-04-14 12:28:36 -04:00
modifier [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
phases [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
pipelines [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
plugins [Localization] Secondary pending languages inclusion (#5903) 2025-05-30 23:54:17 +00:00
sprites [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
system [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
typings/phaser [Refactor][UI/UX] Cleanup battle-info ui code (#5696) 2025-05-28 17:29:03 +00:00
ui [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
utils [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
account.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
battle-scene.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
battle.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
constants.ts [Bug][Ability] Fix change move type abilities (#5665) 2025-05-01 22:41:57 -04:00
debug.js [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
game-mode.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
global-event-manager.ts [Misc] AFD Event (#5596) 2025-03-31 15:11:01 -07:00
global-scene.ts [Refactor] Create global scene variable (#4766) 2025-01-12 15:33:05 -08:00
inputs-controller.ts [Refactor/Bug/Ability] Reworked BattleData, fixed Rage Fist, Harvest, Belch + Implemented Cud Chew (#5655) 2025-05-02 00:06:07 -05:00
loading-scene.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
main.ts [Refactor][UI/UX] Cleanup battle-info ui code (#5696) 2025-05-28 17:29:03 +00:00
messages.ts [Ability] Implement Illusion (#3273) 2025-04-12 21:22:04 -04:00
overrides.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
phase.ts [Refactor] Align ability display with mainline (#5267) 2025-03-16 02:51:02 +00:00
scene-base.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
starter-colors.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
starting-wave.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
timed-event-manager.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
touch-controls.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
tutorial.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
ui-inputs.ts [Refactor][UI/UX] Cleanup battle-info ui code (#5696) 2025-05-28 17:29:03 +00:00
vite.env.d.ts Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00