diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
commit | d314bdb4fa6061fc8f288bae6c514df54047e79e (patch) | |
tree | 4151e764c5de0ca2063efac73afa4ccb2550dd25 /home/map.asm | |
parent | 8612a4a531b755b1d323e834980dab5ae896499c (diff) |
Pokedex 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 e385517a1..bd83c7069 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1425,10 +1425,10 @@ LoadTileset:: ; 2821 ld [rSVBK], a ld a, e - ld de, w6_d000 + ld de, wBackupTilemap call FarDecompress - ld hl, w6_d000 + ld hl, wBackupTilemap ld de, VTiles2 ld bc, $60 tiles call CopyBytes |