diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
commit | 5eed48f05d3634146deb2442cd8f62bbad0ae352 (patch) | |
tree | b4aa235ba1734378e2ebb2ea6aaf9c812d9c5fe4 /home/map.asm | |
parent | 1205fe5100c09624350b5e6822b4c063586afcaf (diff) |
Some battle labels
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index e33e3bab9..c226af1ed 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1398,7 +1398,7 @@ Function2821:: ; 2821 call FarDecompress ld hl, w6_d000 ld de, VTiles2 - ld bc, $0600 + ld bc, $60 tiles call CopyBytes ld a, [rVBK] push af @@ -1406,7 +1406,7 @@ Function2821:: ; 2821 ld [rVBK], a ld hl, w6_d600 ld de, VTiles2 - ld bc, $0600 + ld bc, $60 tiles call CopyBytes pop af ld [rVBK], a |