pokerogue/src/data
Bertie690 88e4ab978b
[Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943)
* Removed cases of `if (a) {return true}' return false`

* Removed useless `super.xyz` calls from functions

* Fixde missing issur

* Use early return in `Pokemon#isOffsetBySubstitute`

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-06-06 17:00:09 -07:00
..
abilities [Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943) 2025-06-06 17:00:09 -07:00
balance [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
moves [Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943) 2025-06-06 17:00:09 -07:00
mystery-encounters [Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943) 2025-06-06 17:00:09 -07:00
trainers [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
arena-tag.ts [Misc] Add phase#is method to help reduce circular imports (#5868) 2025-06-06 21:08:23 +00:00
battle-anims.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
battler-tags.ts [Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943) 2025-06-06 17:00:09 -07:00
berry.ts [Refactor/Bug/Ability] Reworked BattleData, fixed Rage Fist, Harvest, Belch + Implemented Cud Chew (#5655) 2025-05-02 00:06:07 -05:00
challenge.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
custom-pokemon-data.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
daily-run.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
data-lists.ts [Misc] Move allMoves to data-lists.ts (#5860) 2025-05-21 20:18:24 -07:00
dialogue.ts [Refactor] Minor refactor of trainer-config files (#5573) 2025-03-29 00:19:35 -04:00
egg-hatch-data.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
egg.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
exp.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
gender.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
nature.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
pokeball.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
pokemon-forms.ts [Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943) 2025-06-06 17:00:09 -07:00
pokemon-species.ts [Misc] Removed cases of a ? true : false and useless super calls from subclasses (#5943) 2025-06-06 17:00:09 -07:00
splash-messages.ts [Biome] Add "no unused imports" rule (#5580) 2025-03-29 10:24:23 +00:00
status-effect.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
terrain.ts [Bug][UI/UX] Fix type hint after enemy disappears (#5677) 2025-04-19 08:04:19 -07:00
trainer-names.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
type.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
weather.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00