Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Inconsistency between egg moves for some pokemon

Abierto
#1,514 3 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
48/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Tranquilo
Stack tecnológico
python
Área
api, backend

Línea de trabajo

Empieza reproduciendo las respuestas de Azumarill para la lista de movimientos de Pokémon y la lista learned_by_pokemon del endpoint de movimientos, y después compara los mismos datos para los demás Pokémon y movimientos enumerados. Traza de dónde proceden los datos de movimientos huevo para estas secciones de la API; se considera terminado cuando los Pokémon y movimientos afectados aparecen de forma coherente en ambas respuestas.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Azumarill has some move that he should learn but dosen't (belly drum and aqua jet are the only one i found).
Azumarill is in the list of pokemon that can learn belly drum.
But when i go see the moves he can learn, belly drum is not in the list (it should).
It's the same thing with aqua jet.
At first i thought that it was a problem with egg moves in general but i didn't found any other pokemon that have that problem.

Steps to Reproduce:

  1. Search the pokemon "Azumarill" on the api
  2. Go to the moves section -> "Azumarill" can't learn "belly drum" (wrong)
  3. Search the move "belly drum" on the api
  4. Go to the "learned_by_pokemon" section -> "Azumarill" can learn "belly drum" (correct)
    The steps can also be done with the move aqua jet

Azumarill should have belly drum and aqua jet in the list of the move he can learn.

EDITS :
After more research i realised that it's a problem with a lot of other mon that should learn an egg move but don't
the pokemon that have the same problem :
-slowking and slowbro with belly drum
-ursaring and ursaking with belly drum
-clefable with aromaterapy

All of those pokemon are evolved version of a pokemon that learns the move only with breeding.
The move need's to never have been a TM.

There is probably a lot more inconsistency like that but those are the only one i found yet

Lenguaje dominante
Python
Estrellas
5.4k
Forks
1.2k
Merge medio
2 d 12 h
PR fusionados (30 d)
18

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de PokeAPI/pokeapi

Todos los issues de PokeAPI/pokeapi

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.