mirror of https://github.com/pret/pokecrystal.git
Inconsequential bank ref in battle graphics code.
This commit is contained in:
parent
4592603114
commit
c611a45486
battle
|
@ -9335,7 +9335,7 @@ Function3fbd6: ; 3fbd6
|
||||||
call ByteFill
|
call ByteFill
|
||||||
ld de, $d000
|
ld de, $d000
|
||||||
ld hl, VBGMap0
|
ld hl, VBGMap0
|
||||||
ld bc, $0f40
|
lb bc, BANK(Function3fbd6), $40
|
||||||
call Request2bpp
|
call Request2bpp
|
||||||
pop af
|
pop af
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
|
|
Loading…
Reference in New Issue