diff options
| -rw-r--r-- | engine/pokemon/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/evos_moves.asm b/engine/pokemon/evos_moves.asm index 079ab917..981dd10e 100644 --- a/engine/pokemon/evos_moves.asm +++ b/engine/pokemon/evos_moves.asm @@ -9,7 +9,7 @@ TryEvolvingMon: call Evolution_FlagAction ; this is only called after battle -; it is supposed to do level up evolutions, though there is a bug that allows item evolutions to occur +; it does level up evolutions, though there was a bug in red/blue that allows item evolutions to occur which is patched here EvolutionAfterBattle: ldh a, [hTileAnimations] push af |
