diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 16:49:29 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 16:49:29 -0400 |
commit | 6c25592b8c43afe9780968da88f9b06cbb526e72 (patch) | |
tree | 30449a14d2a1158ce785f4d92da3ab01c11d0f27 /battle/anim_commands.asm | |
parent | 0a244e043c83dff064d7e3ec054a587c7f999d0d (diff) |
So very jumb
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index 9118b091d..82d5eab62 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -237,16 +237,16 @@ Functioncc220: ; cc220 ; Appears to be unused. xor a ld [hBGMapMode], a - ld a, $80 + ld a, (VBGMap0 tile $28) % $100 ld [hBGMapAddress], a - ld a, $9a + ld a, (VBGMap0 tile $28) / $100 ld [hBGMapAddress + 1], a call Function3200 ld a, $60 ld [hWY], a xor a ld [hBGMapAddress], a - ld a, $98 + ld a, VBGMap0 / $100 ld [hBGMapAddress + 1], a call BattleAnimDelayFrame ret |