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/billspc.asm | |
parent | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (diff) |
Lowercase v for VRAM addresses
Diffstat (limited to 'engine/billspc.asm')
-rwxr-xr-x | engine/billspc.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/billspc.asm b/engine/billspc.asm index 2dd9a512f..80dee0cc8 100755 --- a/engine/billspc.asm +++ b/engine/billspc.asm @@ -1107,7 +1107,7 @@ PCMonInfo: ; e2ac6 (38:6ac6) ld hl, TempMonDVs predef GetUnownLetter call GetBaseData - ld de, VTiles2 tile $00 + ld de, vTiles2 tile $00 predef GetMonFrontpic xor a ld [wBillsPC_MonHasMail], a @@ -2261,18 +2261,18 @@ BillsPC_Jumptable: ; e33df (38:73df) BillsPC_InitGFX: ; e33e8 (38:73e8) call DisableLCD - ld hl, VTiles2 tile $00 + ld hl, vTiles2 tile $00 ld bc, $31 tiles xor a call ByteFill call LoadStandardFont call LoadFontsBattleExtra ld hl, PCMailGFX - ld de, VTiles2 tile $5c + ld de, vTiles2 tile $5c ld bc, 4 tiles call CopyBytes ld hl, PCSelectLZ - ld de, VTiles0 tile $00 + ld de, vTiles0 tile $00 call Decompress ld a, 6 call SkipMusic |