Skip to content

Commit

Permalink
Fix comments around battle evolution code
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TiKevin83 authored Nov 5, 2024
1 parent d8f2398 commit 6139056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/pokemon/evos_moves.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6139056

Please sign in to comment.