diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-12 11:10:19 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-12 11:10:19 -0500 |
commit | 40802da3cf27a453f62c8c4b712e876b06a9d834 (patch) | |
tree | 33d513a05a026cb6c094eb7ee73ad52ee36d0888 /misc/unused_title.asm | |
parent | 2ffcb4b49036b8bcd9a37cdc9305f7ee5567fe6c (diff) |
Map header labels, tileset constants
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r-- | misc/unused_title.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm index 7a9c2556f..143994d9a 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -67,7 +67,7 @@ endr ld [rSVBK], a ld hl, UnusedTitleBG_Palettes - ld de, Unkn1Pals + ld de, wMapPals ld bc, $40 call CopyBytes |