diff options
author | yenatch <yenatch@gmail.com> | 2014-04-04 00:12:32 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-04 00:12:32 -0400 |
commit | fc29a55d1ec0cacb3aaac998a8543f5775d9199e (patch) | |
tree | cb2015b414e5475aa416f7b5d904c2c4c855f77f | |
parent | 16c4f5756fa1a802053aadcf72635155acbf4877 (diff) |
Another bank.
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |