Fixed docstring

This commit is contained in:
Wlowscha 2025-03-27 00:47:34 +01:00
parent d00aa354f9
commit 9fe41c8ea5
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -7,7 +7,7 @@ import i18next from "i18next";
import type { AnySound } from "#app/battle-scene";
import { globalScene } from "#app/global-scene";
import type { GameMode } from "#app/game-mode";
import { DexAttr, type StarterMoveset } from "#app/system/game-data";
import { DexAttr, DexEntry, type StarterMoveset } from "#app/system/game-data";
import * as Utils from "#app/utils";
import { uncatchableSpecies } from "#app/data/balance/biomes";
import { speciesEggMoves } from "#app/data/balance/egg-moves";