diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-01-27 06:51:01 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-01-27 06:51:01 -0800 |
commit | 94c9f59f459e7a96c9e1febfac45e20e5bfce759 (patch) | |
tree | 8e4477cfd7b8ef0e2f4ee2511b252d6e19f40ec2 /battle/anim_commands.asm | |
parent | 056c2403667a6670815528e220b4e1e4ea974e32 (diff) | |
parent | 08a0462c1e588c2efb99097cf1e9b314f600b009 (diff) |
Merge pull request #224 from yenatch/moves
Clean up the battle core and specify type categories
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index c8077b710..34c946e33 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -1430,7 +1430,7 @@ Functioncc8d3: ; cc8d3 ld e, [hl] inc hl ld d, [hl] - ld hl, $506f + ld hl, BattleAnimations add hl, de add hl, de call Function3ae1 |