shithub: pokecrystal

Download patch

ref: c611a4548619e145cd4228649c22bfe39a8f76d4
parent: 4592603114d9265e7156a2f8921de141815aaa0e
author: yenatch <yenatch@gmail.com>
date: Mon Feb 2 11:39:42 EST 2015

Inconsequential bank ref in battle graphics code.

--- a/battle/core.asm
+++ b/battle/core.asm
@@ -9335,7 +9335,7 @@
 	call ByteFill
 	ld de, $d000
 	ld hl, VBGMap0
-	ld bc, $0f40
+	lb bc, BANK(Function3fbd6), $40
 	call Request2bpp
 	pop af
 	ld [rSVBK], a