summaryrefslogtreecommitdiff
path: root/engine/battle_anims/functions.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-25 14:43:02 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-25 14:43:02 -0400
commita71901020bb71b37aa318e7c627fd18111504dee (patch)
treee98f5a4a65113590bb86c94d24ed6a3ecc95a7ea /engine/battle_anims/functions.asm
parent7aa1c1f38840ba7873f05b762cebd6bd65941f79 (diff)
These are signed offsets, not addresses (thanks, PikalaxALT)
Diffstat (limited to 'engine/battle_anims/functions.asm')
-rw-r--r--engine/battle_anims/functions.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle_anims/functions.asm b/engine/battle_anims/functions.asm
index d92bd704d..5ca4e42c6 100644
--- a/engine/battle_anims/functions.asm
+++ b/engine/battle_anims/functions.asm
@@ -1619,7 +1619,7 @@ Functioncd913:
ld hl, BATTLEANIMSTRUCT_10
add hl, bc
ld e, [hl]
- ld hl, hTransferVirtualOAM
+ ld hl, -$80
add hl, de
ld e, l
ld d, h
@@ -2116,7 +2116,7 @@ asm_cdbfa:
ld hl, BATTLEANIMSTRUCT_0F
add hl, bc
ld e, [hl]
- ld hl, hTransferVirtualOAM
+ ld hl, -$80
add hl, de
ld e, l
ld d, h
@@ -3356,7 +3356,7 @@ Functionce306:
ld hl, BATTLEANIMSTRUCT_0F
add hl, bc
ld e, [hl]
- ld hl, hTransferVirtualOAM
+ ld hl, -$80
add hl, de
ld e, l
ld d, h