summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-04 00:12:32 -0400
committeryenatch <yenatch@gmail.com>2014-04-04 00:12:32 -0400
commitfc29a55d1ec0cacb3aaac998a8543f5775d9199e (patch)
treecb2015b414e5475aa416f7b5d904c2c4c855f77f
parent16c4f5756fa1a802053aadcf72635155acbf4877 (diff)
Another bank.
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 7b7629c5..bdfd9214 100644
--- a/main.asm
+++ b/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