diff options
author | YamaArashi <shadow962@live.com> | 2015-07-12 16:37:06 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-12 16:37:06 -0700 |
commit | 99df5f0fd79f063ee4c7ec364eadd175a3d83c42 (patch) | |
tree | 2ce0fdca689c8e7e4875f5b812577f274b869083 /engine/battle/animations.asm | |
parent | 849b53623b2ace56ef40b7bbdefe29a86e10162e (diff) |
use constant for bg transfer dest hram var
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-x | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 8b3b9147..a54233d0 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2871,7 +2871,7 @@ Func_79de9: ; 79de9 (1e:5de9) Func_79e0d: ; 79e0d (1e:5e0d) ld a, h - ld [$ffbd], a + ld [H_AUTOBGTRANSFERDEST + 1], a ld a, l ld [H_AUTOBGTRANSFERDEST], a jp Delay3 |