diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:32:33 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:32:33 +0100 |
commit | 333524f0beb876ceaaed99b97f4c7dacf6466050 (patch) | |
tree | 6c6455eab8ab252d94370ea4fb76b8e8a8dc7623 /data | |
parent | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (diff) |
Lowercase v for VRAM addresses
Diffstat (limited to 'data')
-rw-r--r-- | data/emotes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/emotes.asm b/data/emotes.asm index af16a61c6..2e25e52b5 100644 --- a/data/emotes.asm +++ b/data/emotes.asm @@ -2,7 +2,7 @@ emote: MACRO ; graphics pointer, length, starting tile dw \1 db \2 tiles, BANK(\1) - dw VTiles1 tile \3 + dw vTiles1 tile \3 ENDM Emotes: ; 144d |