diff --git a/src/modules/pokemons/PokemonList.ts b/src/modules/pokemons/PokemonList.ts index 113a55b678..39951113c0 100644 --- a/src/modules/pokemons/PokemonList.ts +++ b/src/modules/pokemons/PokemonList.ts @@ -15609,6 +15609,7 @@ export const pokemonList = createPokemonArray( 'specialDefense': 75, 'speed': 127, }, + 'heldItem': { type: ItemType.berry, id: BerryType.Lum }, 'gender': { 'type': Genders.Genderless, },