summaryrefslogtreecommitdiff
path: root/engine/printer.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 13:32:33 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 13:32:33 +0100
commit333524f0beb876ceaaed99b97f4c7dacf6466050 (patch)
tree6c6455eab8ab252d94370ea4fb76b8e8a8dc7623 /engine/printer.asm
parent7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (diff)
Lowercase v for VRAM addresses
Diffstat (limited to 'engine/printer.asm')
-rwxr-xr-xengine/printer.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/printer.asm b/engine/printer.asm
index b72f99375..68c3c6c9f 100755
--- a/engine/printer.asm
+++ b/engine/printer.asm
@@ -49,7 +49,7 @@ PrintDexEntry: ; 8442c
ld a, [wPrinterQueueLength]
push af
- ld hl, VTiles1
+ ld hl, vTiles1
ld de, FontInversed
lb bc, BANK(FontInversed), $80
call Request1bpp