diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 00:21:21 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 00:21:21 -0500 |
commit | 58020fb5f629693e3f90c0a3c6b417f61330802c (patch) | |
tree | 531697296dba573ae3fdcd3f138e1bc1786533e8 /engine/predef.asm | |
parent | 8740fc6e87f3d0c1099e5755488e61ff3c75ea8c (diff) |
trade animation
Diffstat (limited to 'engine/predef.asm')
-rw-r--r-- | engine/predef.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/predef.asm b/engine/predef.asm index 90a60c800..c089215a6 100644 --- a/engine/predef.asm +++ b/engine/predef.asm @@ -59,8 +59,8 @@ PredefPointers:: ; 856b add_predef LearnLevelMoves add_predef FillMoves add_predef EvolveAfterBattle - add_predef Function28f63 - add_predef Function28f24 + add_predef TradeAnimationPlayer2 + add_predef TradeAnimation add_predef CopyPkmnToTempMon add_predef ListMoves ; $20 add_predef PlaceNonFaintStatus |