From fc29a55d1ec0cacb3aaac998a8543f5775d9199e Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 4 Apr 2014 00:12:32 -0400 Subject: Another bank. --- main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.asm') 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 -- cgit v1.2.3