From 6e94bc3d76c8c0419ac82f91ea7b01ff0d7b57fe Mon Sep 17 00:00:00 2001 From: TiKevin83 <38826675+TiKevin83@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:03:46 -0500 Subject: Fix comments around battle evolution code (#120) the bug that allows item evolutions to happen after battles is patched here in Yellow where it isn't in Red/Blue. Updated a comment to reflect this. --- engine/pokemon/evos_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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 -- cgit v1.3.1-sl0p