summaryrefslogtreecommitdiff
path: root/engine/evolution_animation.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-20 11:47:52 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-20 11:47:52 -0500
commit812976cee6ba39d50583921273ad85195e77be37 (patch)
tree783dd9fbc8019d2d9fd393fab6d74f59cc25a573 /engine/evolution_animation.asm
parentb02305625920d42649587d6ba6504777dcac25a0 (diff)
bgcoord
Diffstat (limited to 'engine/evolution_animation.asm')
-rwxr-xr-xengine/evolution_animation.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/evolution_animation.asm b/engine/evolution_animation.asm
index ce7dbd7f5..8e0a4af6d 100755
--- a/engine/evolution_animation.asm
+++ b/engine/evolution_animation.asm
@@ -378,7 +378,7 @@ Function4e881: ; 4e881
call DisableLCD
call LoadStandardFont
call LoadFontsBattleExtra
- ld hl, VBGMap0
+ hlbgcoord 0, 0
ld bc, VBGMap1 - VBGMap0
ld a, " "
call ByteFill
@@ -411,7 +411,7 @@ Function4e8c2: ; 4e8c2
call DisableLCD
call LoadStandardFont
call LoadFontsBattleExtra
- ld hl, VBGMap0
+ hlbgcoord 0, 0
ld bc, VBGMap1 - VBGMap0
ld a, " "
call ByteFill
@@ -446,7 +446,7 @@ Function4e906: ; 4e906
ld bc, w6_d400 - w6_d000
ld a, " "
call ByteFill
- ld hl, VBGMap0
+ hlbgcoord 0, 0
ld de, w6_d000
ld b, $0
ld c, $40