pokerogue/src
Blitzy 2e04e62965
[Balance] Misc TM Changes + Removals (#6815)
* Ice Types now share Hail + Snowscape

* comment out cut and frustration

* Remove Veluza, add Hisui Avalugg to Hail

* Gen 1 Indigo Disk update and Politoed I guess

* More TM additions

* More changes, fix Malamar's name

* Update tm-species-map.ts

* Remove Cut and Frustration
2025-12-20 15:56:15 -08:00
..
@types [Misc] Remove | null from user param of PokemonAttackCondition 2025-12-18 13:54:38 -08:00
ai [Beta][Bug] DetermineEnemySpecies was using a very low minimum value for evolution chance (#6678) 2025-10-24 21:33:17 -04:00
configs/inputs [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
constants [Dev] Add isApp & build:app for AdmiralBilly's offline app (#6632) 2025-10-06 18:51:33 -07:00
data [Balance] Misc TM Changes + Removals (#6815) 2025-12-20 15:56:15 -08:00
enums [Docs] Fix up docs related to move phase (#6862) 2025-12-20 14:18:27 -08:00
events [UI/UX] Show correct max duration in flyout (#6566) 2025-09-18 13:35:22 -07:00
field [Balance] increase ai friendship scaling (#6879) 2025-12-20 15:46:13 -08:00
global-vars [Dev] Add isApp & build:app for AdmiralBilly's offline app (#6632) 2025-10-06 18:51:33 -07:00
init Merge pull request #6819 from Bertie690/set-position-relative 2025-12-04 09:20:21 +00:00
modifier [Misc] Remove now-obsolete noUnusedImports suppression comments 2025-11-29 20:52:45 -08:00
phases [Bug] Avoid pre-emptively leaving the field when forcibly switching out 2025-12-20 15:55:23 -08:00
pipelines Revert "[Refactor] Add TIME_OF_DAY_OVERRIDE & refactor arena tint code" 2025-09-27 14:55:59 -07:00
plugins [i18n] Indonesian & Hindi addition (#6850) 2025-12-18 18:57:37 -08:00
queues Merge branch 'hotfix-1.11.2' into quick-claw 2025-10-31 15:34:04 -07:00
sprites [Refactor] Remove isNullOrUndefined in favor of loose check against null (#6549) 2025-09-12 14:53:27 -05:00
system [i18n] Indonesian & Hindi addition (#6850) 2025-12-18 18:57:37 -08:00
ui [Sprite] Add snow to main menu during winter season (#6877) 2025-12-20 12:39:54 -08:00
utils [Misc] Add missing word in TSDoc 2025-12-18 20:04:45 -08:00
account.ts [Refactor] Consolidate typings/ into @types/, and API types (#6823) 2025-12-10 00:31:41 -08:00
battle-scene.ts [Refactor] Remove BattleScene#eventManager (#6868) 2025-12-20 12:49:00 -08:00
battle.ts [Audio] Paradox Pokémon play theme when outside of End (#6621) 2025-12-20 15:37:11 -08:00
constants.ts [Misc][Refactor] Add scaffolding for TypedArrays and improve typing on methods related to arrays (#6547) 2025-10-06 12:21:58 -05:00
dynamic-queue-manager.ts [Misc] Blacklist more dynamic phases (#6585) 2025-09-21 12:05:13 -07:00
extensions.ts Merge pull request #6819 from Bertie690/set-position-relative 2025-12-04 09:20:21 +00:00
game-mode.ts [Refactor] Remove isNullOrUndefined in favor of loose check against null (#6549) 2025-09-12 14:53:27 -05:00
global-event-manager.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
global-scene.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
inputs-controller.ts [Dev] Add more Biome rules (#6604) 2025-11-01 20:38:04 -07:00
loading-scene.ts [Sprite] Add snow to main menu during winter season (#6877) 2025-12-20 12:39:54 -08:00
main.ts [Dev] Ensure i18n module is initialized immediately when imported (#6317) 2025-12-17 18:39:30 -08:00
messages.ts [Bug/i18n] Added type safety to Arena.applyTags; fixed arena tag addition/removal messages (#6304) 2025-10-07 23:38:51 -05:00
overrides.ts [Dev] Add more Biome rules (#6604) 2025-11-01 20:38:04 -07:00
phase-manager.ts [Bug] Avoid pre-emptively leaving the field when forcibly switching out 2025-12-20 15:55:23 -08:00
phase-tree.ts [Bug] Avoid pre-emptively leaving the field when forcibly switching out 2025-12-20 15:55:23 -08:00
phase.ts [Test] Removed deprecated functions from phase interceptor (#6195) 2025-08-19 19:54:40 -05:00
polyfills.ts [Dev] Add polyfill for ES2025 iterator (#6654) 2025-10-12 21:46:09 -05:00
scene-base.ts [Refactor] Remove main.ts default export, clean up manifest code 2025-11-29 14:42:23 -08:00
starting-wave.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
timed-event-manager.ts [Refactor] Remove BattleScene#eventManager (#6868) 2025-12-20 12:49:00 -08:00
touch-controls.ts [Bug] Make touch events prevent pointer events (#6528) 2025-09-10 13:59:21 -05:00
tutorial.ts [Misc] Simplifying imports of UI files (#6542) 2025-09-11 00:30:17 -07:00
ui-inputs.ts [Misc] Simplifying imports of UI files (#6542) 2025-09-11 00:30:17 -07:00
vite.env.d.ts [Tests][Bug][Beta] Fix ditto bug and add unit tests (#6559) 2025-09-15 23:26:57 -05:00