diff options
Diffstat (limited to 'home/tilemap.asm')
-rwxr-xr-x | home/tilemap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index 04cbd474..ba251ec0 100755 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -76,7 +76,7 @@ CopyTilemapAtOnce:: di ld a, BANK(vTiles3) ldh [rVBK], a - hlcoord 0, 0, wAttrMap + hlcoord 0, 0, wAttrmap call .StackPointerMagic ld a, BANK(vTiles0) ldh [rVBK], a |