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

@@ -191,7 +191,7 @@ ClearBattleRAM: ; 2ef18
call ClearWindowData
ld hl, hBGMapAddress
xor a ; LOW(VBGMap0)
xor a ; LOW(vBGMap0)
ld [hli], a
ld [hl], HIGH(VBGMap0)
ld [hl], HIGH(vBGMap0)
ret