diff options
Diffstat (limited to 'home/pokemon.asm')
-rw-r--r-- | home/pokemon.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/pokemon.asm b/home/pokemon.asm index 6cf1eb5..bb1bcc5 100644 --- a/home/pokemon.asm +++ b/home/pokemon.asm @@ -219,7 +219,7 @@ InterlaceMergeSpriteBuffers:: ; 3bc6 (0:3bc6) ld c, (2 * SPRITEBUFFERSIZE) / 16 ; $31, number of 16 byte chunks to be copied ldh a, [hROMBank] ld b, a - call CopyVideoDataOptimized + call Get2bpp call CloseSRAM ret |