diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:30:13 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:31:10 +0100 |
commit | 26b8bf003e3523fee94c4c18447ea55f9eb1d429 (patch) | |
tree | 96515ae3efceb833cd71c93786150daa3348c71c /home/tilemap.asm | |
parent | 34ceaac71d32baace82f1e6de8fd4b252fb92a84 (diff) |
Standardize on lowercase Tilemap and Attrmap
We used to have a mixture of TileMap and and Tilemap, as well as the
similar AttrMap. Standardize on one.
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index 98362ec1f..914027845 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -61,7 +61,7 @@ CopyTilemapAtOnce:: jr .CopyTilemapAtOnce ; unused - farcall HDMATransferAttrMapAndTileMapToWRAMBank3 + farcall HDMATransferAttrmapAndTilemapToWRAMBank3 ret .CopyTilemapAtOnce: @@ -83,7 +83,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 |