mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
* Removed bangs from `getEnemyParty` and `getPlayerParty` * Replaced instances of consecutive `game.scene.getPlayerParty` with destructuring * More array destructuring!!! * Replaced `game.scene.getXXXParty()[0]` with `game.field.getEnemyPokemon` * Deleted duplicate sturdy test case * Fiexd syntax errors * Fixed remaining issues; removed direct assignment to `Pokemon.moveset` * Fixed remaining error |
||
|---|---|---|
| .. | ||
| battle-info.test.ts | ||
| item-manage-button.test.ts | ||
| pokedex.test.ts | ||
| starter-select.test.ts | ||
| transfer-item.test.ts | ||
| type-hints.test.ts | ||