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

@@ -1,6 +1,6 @@
DisplayCaughtContestMonStats:
call ClearBGPalettes
call ClearTileMap
call ClearTilemap
call ClearSprites
call LoadFontsBattleExtra

View File

@@ -5,7 +5,7 @@ _Diploma:
PlaceDiplomaOnScreen:
call ClearBGPalettes
call ClearTileMap
call ClearTilemap
call ClearSprites
call DisableLCD
ld hl, DiplomaGFX

View File

@@ -70,7 +70,7 @@ MagnetTrain:
ld [wRequested2bppDest], a
ld [wRequested2bppDest + 1], a
ld [wRequested2bpp], a
call ClearTileMap
call ClearTilemap
pop af
ldh [hSCY], a

View File

@@ -135,7 +135,7 @@ InitMapNameFrame:
hlcoord 0, 0
ld b, 2
ld c, 18
call InitMapSignAttrMap
call InitMapSignAttrmap
call PlaceMapNameFrame
ret
@@ -171,8 +171,8 @@ PlaceMapNameCenterAlign:
pop hl
ret
InitMapSignAttrMap:
ld de, wAttrMap - wTileMap
InitMapSignAttrmap:
ld de, wAttrmap - wTilemap
add hl, de
inc b
inc b

View File

@@ -15,7 +15,7 @@ _UnownPrinter:
set NO_TEXT_SCROLL, a
ld [wOptions], a
call ClearBGPalettes
call ClearTileMap
call ClearTilemap
ld de, UnownDexATile
ld hl, vTiles0 tile UNOWNSTAMP_BOLD_A

View File

@@ -139,7 +139,7 @@ DisplayUnownWords:
jr nz, .loop2
.copy
call _DisplayUnownWords_CopyWord
ld bc, wAttrMap - wTileMap
ld bc, wAttrmap - wTilemap
add hl, bc
call _DisplayUnownWords_FillAttr
call WaitBGMap2