diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-04 08:46:11 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-04 08:46:11 -0500 |
commit | 5b94d54a6c81d7ea09497dfc3d1477a7ed3bd954 (patch) | |
tree | c2b9a32ed9f102f6fe0956760fc59c4490ba38d4 /engine/predef.asm | |
parent | 2f14f3a669afd51ab98d9f2dea5857e5b548a8d7 (diff) |
More work on animations
Diffstat (limited to 'engine/predef.asm')
-rw-r--r-- | engine/predef.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predef.asm b/engine/predef.asm index 51c057e4e..fcc347fa6 100644 --- a/engine/predef.asm +++ b/engine/predef.asm @@ -65,7 +65,7 @@ PredefPointers:: ; 856b add_predef ListMoves ; $20 add_predef PlaceNonFaintStatus add_predef Function50cdb - add_predef Function50c50 + add_predef ListMovePP add_predef GetGender add_predef StatsScreenInit add_predef DrawPlayerHP |