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.
This commit is contained in:
mid-kid
2020-02-13 18:30:13 +01:00
parent 34ceaac71d
commit 26b8bf003e
84 changed files with 630 additions and 630 deletions

View File

@@ -41,7 +41,7 @@ Function17a6a8:
call Function17aba0
farcall Function106464
call Function17ac0c
farcall HDMATransferAttrMapAndTileMapToWRAMBank3
farcall HDMATransferAttrmapAndTilemapToWRAMBank3
call Function17abcf
farcall LoadOW_BGPal7
farcall Function49420
@@ -163,7 +163,7 @@ Function17a78f:
bit 7, [hl]
res 7, [hl]
jr nz, .asm_17a79f
farcall HDMATransferTileMapToWRAMBank3
farcall HDMATransferTilemapToWRAMBank3
ret
.asm_17a79f
@@ -656,7 +656,7 @@ Function17aaa9:
call Function17aae3
ld c, a
ld b, $0
hlcoord 0, 0, wAttrMap
hlcoord 0, 0, wAttrmap
add hl, bc
push hl
ld a, $4
@@ -797,10 +797,10 @@ Function17ac1d:
Function17ac2a:
ld hl, Tilemap_17ae3d
decoord 0, 4, wAttrMap
decoord 0, 4, wAttrmap
ld bc, (SCREEN_HEIGHT - 4) * SCREEN_WIDTH
call CopyBytes
hlcoord 0, 4, wAttrMap
hlcoord 0, 4, wAttrmap
ld bc, (SCREEN_HEIGHT - 4) * SCREEN_WIDTH
.loop
ld a, [hl]