Skip to content

Commit

Permalink
Adjusted Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xsn34kzx committed Jul 7, 2024
1 parent bfc391e commit 210e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
* Available egg moves are only included if the {@linkcode Pokemon} was
* in the starting party of the run.
* @returns an array of {@linkcode Moves}, the length of which is determined
* by how many learnable moves
* by how many learnable moves there are for the {@linkcode Pokemon}.
*/
getLearnableLevelMoves(): Moves[] {
let levelMoves = this.getLevelMoves(1, true).map(lm => lm[1]);
Expand Down

0 comments on commit 210e266

Please sign in to comment.