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 /home/menu.asm | |
parent | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (diff) |
Lowercase v for VRAM addresses
Diffstat (limited to 'home/menu.asm')
-rw-r--r-- | home/menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/menu.asm b/home/menu.asm index ba1b568c1..03cec64df 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -43,7 +43,7 @@ LoadMenuTextBox:: ; 1d58 db $40 ; tile backup db 12, 0 ; start coords db 17, 19 ; end coords - dw VTiles0 + dw vTiles0 db 0 ; default option ; 1d67 |