mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Another bank.
This commit is contained in:
parent
16c4f5756f
commit
fc29a55d1e
2
main.asm
2
main.asm
|
@ -108962,7 +108962,7 @@ LoadAnimationTileset: ; 781d2 (1e:41d2)
|
|||
ld a,[hl]
|
||||
ld d,a ; de = address of tileset
|
||||
ld hl,$8310 ; destination address in VRAM
|
||||
ld b,$1E ; ROM bank
|
||||
ld b, BANK(AnimationTileset1) ; ROM bank
|
||||
ld a,[$D07D]
|
||||
ld c,a ; number of tiles
|
||||
jp CopyVideoData ; load tileset
|
||||
|
|
Loading…
Reference in a new issue