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:
@@ -20,7 +20,7 @@ SaveMenu_CopyTilemapAtOnce:
|
||||
di
|
||||
ld a, BANK(vBGMap2)
|
||||
ldh [rVBK], a
|
||||
hlcoord 0, 0, wAttrMap
|
||||
hlcoord 0, 0, wAttrmap
|
||||
call .CopyTilemapAtOnce
|
||||
ld a, BANK(vBGMap0)
|
||||
ldh [rVBK], a
|
||||
|
Reference in New Issue
Block a user