summaryrefslogtreecommitdiff
path: root/engine/menus/debug.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-13 18:30:13 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-13 18:31:10 +0100
commit26b8bf003e3523fee94c4c18447ea55f9eb1d429 (patch)
tree96515ae3efceb833cd71c93786150daa3348c71c /engine/menus/debug.asm
parent34ceaac71d32baace82f1e6de8fd4b252fb92a84 (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 'engine/menus/debug.asm')
-rw-r--r--engine/menus/debug.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/menus/debug.asm b/engine/menus/debug.asm
index 4c8c5edc8..484556b28 100644
--- a/engine/menus/debug.asm
+++ b/engine/menus/debug.asm
@@ -135,7 +135,7 @@ Function81948:
ld bc, sScratch - vTiles0
xor a
call ByteFill
- hlcoord 0, 0, wAttrMap
+ hlcoord 0, 0, wAttrmap
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
xor a
call ByteFill
@@ -378,15 +378,15 @@ String_81bb4: db "ノーマル@" ; normal
String_81bb9: db DEBUGTEST_A, "きりかえ▶@" ; (A) switches
Function81bc0:
- decoord 0, 11, wAttrMap
+ decoord 0, 11, wAttrmap
hlcoord 2, 11
ld a, $1
call Function81bde
- decoord 0, 13, wAttrMap
+ decoord 0, 13, wAttrmap
hlcoord 2, 13
ld a, $2
call Function81bde
- decoord 0, 15, wAttrMap
+ decoord 0, 15, wAttrmap
hlcoord 2, 15
ld a, $3
@@ -1061,7 +1061,7 @@ TilesetColorTest:
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, DEBUGTEST_BLACK
call ByteFill
- hlcoord 0, 0, wAttrMap
+ hlcoord 0, 0, wAttrmap
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, $7
call ByteFill
@@ -1091,7 +1091,7 @@ Function821d2:
Function821d8:
ld a, [wcf64]
- hlcoord 0, 0, wAttrMap
+ hlcoord 0, 0, wAttrmap
Function821de:
add hl, de