diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 16:59:40 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 16:59:40 -0500 |
commit | ecd277204a1e32e923702a57a6212579635a9b4c (patch) | |
tree | da36c9e86e4578e25cdbcd4f8c563aed8cd54b7c /battle/anim_commands.asm | |
parent | b65fe57db61c8b4528092ca7cd13f33e559e33d2 (diff) |
Card Flip
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 c3006abdb..29dfa9a29 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -241,7 +241,7 @@ Functioncc220: ; cc220 ld [hBGMapAddress], a ld a, (VBGMap0 tile $28) / $100 ld [hBGMapAddress + 1], a - call Function3200 + call WaitBGMap2 ld a, $60 ld [hWY], a xor a |