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

@@ -672,7 +672,7 @@ Function171c87:
ld bc, $168
call CopyBytes
ld hl, Attrmap_1727ed
decoord 0, 0, wAttrMap
decoord 0, 0, wAttrmap
ld bc, $168
call CopyBytes
hlcoord 3, 2
@@ -744,7 +744,7 @@ Function171d2b:
ld bc, $168
call CopyBytes
ld hl, Attrmap_172955
decoord 0, 0, wAttrMap
decoord 0, 0, wAttrmap
ld bc, $168
call CopyBytes
hlcoord 2, 2
@@ -826,7 +826,7 @@ Function172e78:
ld bc, $168
call ByteFill
ld a, $7
hlcoord 0, 0, wAttrMap
hlcoord 0, 0, wAttrmap
ld bc, $168
call ByteFill
call DisableLCD
@@ -840,7 +840,7 @@ Function172e78:
ld bc, $168
call CopyBytes
ld hl, Attrmap_173517
decoord 0, 0, wAttrMap
decoord 0, 0, wAttrmap
ld bc, $168
call CopyBytes
ret