ref: fc29a55d1ec0cacb3aaac998a8543f5775d9199e
parent: 16c4f5756fa1a802053aadcf72635155acbf4877
author: yenatch <yenatch@gmail.com>
date: Thu Apr 3 20:12:32 EDT 2014
Another bank.
--- a/main.asm
+++ b/main.asm
@@ -108962,7 +108962,7 @@
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