diff options
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index f50f8081..27526bd1 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -207,7 +207,11 @@ Evolution_PartyMonLoop: ; loop over party mons ld [wd11e], a xor a ld [wMonDataLocation], a + ld a, [wcf91] + push af call LearnMoveFromLevelUp + pop af + ld [wcf91], a pop hl predef SetPartyMonTypes ld a, [wIsInBattle] |