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/core.asm | |
parent | b65fe57db61c8b4528092ca7cd13f33e559e33d2 (diff) |
Card Flip
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm index 953ab270e..8fa465018 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -8934,7 +8934,7 @@ DisplayLinkRecord: ; 3f836 xor a ld bc, SCREEN_WIDTH * SCREEN_HEIGHT call ByteFill - call Function3200 + call WaitBGMap2 ld b, SCGB_08 call GetSGBLayout call SetPalettes |