diff options
author | yenatch <yenatch@gmail.com> | 2015-02-02 16:39:42 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-02 16:39:42 -0800 |
commit | c611a4548619e145cd4228649c22bfe39a8f76d4 (patch) | |
tree | f36d528e1efbd900d66701b3f95f6de943921e87 | |
parent | 4592603114d9265e7156a2f8921de141815aaa0e (diff) |
Inconsequential bank ref in battle graphics code.
-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 |