diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-02-06 16:03:45 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-02-06 16:03:45 -0600 |
commit | f8acaf69f05a4086415cf6e156bd8f668a8eadda (patch) | |
tree | 8bf5b00570371748e1649d3e1e07a72202abcc8b /battle/core.asm | |
parent | 567b576f60866f92eda1660ecd19bf3e6d7519c6 (diff) | |
parent | 90891ec69ffae14129589e850e3a73163bc0b02c (diff) |
Merge pull request #271 from yenatch/master
incbins
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm index 03eb40b85..f778bb74a 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -9335,7 +9335,7 @@ Function3fbd6: ; 3fbd6 call ByteFill ld de, $d000 ld hl, VBGMap0 - ld bc, $0f40 + lb bc, BANK(Function3fbd6), $40 call Request2bpp pop af ld [rSVBK], a |