diff options
Diffstat (limited to 'mobile/mobile_5e.asm')
-rw-r--r-- | mobile/mobile_5e.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_5e.asm b/mobile/mobile_5e.asm index c8cae6654..78a9e5211 100644 --- a/mobile/mobile_5e.asm +++ b/mobile/mobile_5e.asm @@ -738,7 +738,7 @@ Function17aba0: ; 17aba0 (5e:6ba0) ld a, $1 ld [rVBK], a - ld hl, VTiles5 tile $00 + ld hl, vTiles5 tile $00 ld de, GFX_17afa5 lb bc, BANK(GFX_17afa5), $80 call Get2bpp @@ -746,12 +746,12 @@ Function17aba0: ; 17aba0 (5e:6ba0) pop af ld [rVBK], a - ld hl, VTiles0 tile $00 + ld hl, vTiles0 tile $00 ld de, GFX_17afa5 + $4c0 lb bc, BANK(GFX_17afa5), 5 call Get2bpp - ld hl, VTiles0 tile $05 + ld hl, vTiles0 tile $05 ld de, GFX_11601a lb bc, BANK(GFX_11601a), 4 call Get2bpp |