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 /engine/pic_animation.asm | |
parent | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (diff) |
Lowercase v for VRAM addresses
Diffstat (limited to 'engine/pic_animation.asm')
-rw-r--r-- | engine/pic_animation.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pic_animation.asm b/engine/pic_animation.asm index 31780342e..bb7615ae0 100644 --- a/engine/pic_animation.asm +++ b/engine/pic_animation.asm @@ -1120,7 +1120,7 @@ HOF_AnimateFrontpic: ; d066e Predef 49 ld l, e push bc push hl - ld de, VTiles2 + ld de, vTiles2 predef GetAnimatedFrontpicPredef pop hl pop bc |