diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-14 09:29:15 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-14 09:29:15 -0400 |
commit | 1e2ff967aa11ed0bcdd1dd069bde67724d3851c2 (patch) | |
tree | 21c66604d72b4c3df9d463555252869d43046a50 /misc/crystal_misc.asm | |
parent | f399315a489c7eff28ec1941c41d12264fb38039 (diff) |
Replaced "ldtile" and "dwtile" with the "tile" equs macro
Diffstat (limited to 'misc/crystal_misc.asm')
-rw-r--r-- | misc/crystal_misc.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm index 67bef18bc..ac0800a85 100644 --- a/misc/crystal_misc.asm +++ b/misc/crystal_misc.asm @@ -721,17 +721,17 @@ Function17aba0: ; 17aba0 (5e:6ba0) push af ld a, $1 ld [rVBK], a ; $ff00+$4f - ld hl, $9000 + ld hl, VTiles2 tile $00 ld de, GFX_17afa5 lb bc, BANK(GFX_17afa5), $80 call Get2bpp pop af ld [rVBK], a ; $ff00+$4f - ld hl, $8000 + ld hl, VTiles0 tile $00 ld de, GFX_17afa5 + $4c0 lb bc, BANK(GFX_17afa5), 5 call Get2bpp - ld hl, $8050 + ld hl, VTiles0 tile $05 ld de, GFX_11601a lb bc, BANK(GFX_11601a), 4 call Get2bpp |