diff options
Diffstat (limited to 'engine/evos_moves.asm')
| -rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index e66cacd3..2e0c3cc9 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -365,7 +365,7 @@ LearnMoveFromLevelUp: ; 3b00c (e:700c) ld a, b and a jr z, .done - callab IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc, .done ld a, [wMoveNum] cp THUNDERBOLT |
