Lowercase v for VRAM addresses

This commit is contained in:
xCrystal
2017-12-28 13:32:33 +01:00
parent 7beb497d3a
commit 333524f0be
86 changed files with 537 additions and 537 deletions

View File

@@ -143,9 +143,9 @@ UpdateBGMap:: ; 164c
ld h, a
push hl
xor a ; LOW(VBGMap1)
xor a ; LOW(vBGMap1)
ld [hBGMapAddress], a
ld a, HIGH(VBGMap1)
ld a, HIGH(vBGMap1)
ld [hBGMapAddress + 1], a
ld a, [hBGMapMode]