diff options
author | JimB16 <f1@jimb.de> | 2015-10-19 16:25:15 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-10-19 16:25:15 +0200 |
commit | 3b9a3cc3bee8934e45f5e4d3fd9704b3fa619560 (patch) | |
tree | b402ddfd95a21402d2ab76368d44b9f04f937725 /battle/anim_commands.asm | |
parent | 3ef626d37864f4dae26f115c26e448351f19da7c (diff) | |
parent | f399315a489c7eff28ec1941c41d12264fb38039 (diff) |
merge conflicts resolved
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index a7cbd8236..80b9bf41d 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -240,14 +240,14 @@ Functioncc220: ; cc220 ld a, $80 ld [hBGMapAddress], a ld a, $9a - ld [$ffd7], a + ld [hBGMapAddress + 1], a call Function3200 ld a, $60 ld [hWY], a xor a ld [hBGMapAddress], a ld a, $98 - ld [$ffd7], a + ld [hBGMapAddress + 1], a call BattleAnimDelayFrame ret ; cc23d |