diff options
author | yenatch <yenatch@gmail.com> | 2015-11-13 00:44:06 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-11-13 00:44:06 -0500 |
commit | 9c5473e965520f672640daf4ee76622640e0de15 (patch) | |
tree | 33d513a05a026cb6c094eb7ee73ad52ee36d0888 /misc/unused_title.asm | |
parent | 1c1fe276ca59726bb0008c60006c6b48cd093573 (diff) | |
parent | 40802da3cf27a453f62c8c4b712e876b06a9d834 (diff) |
Merge pull request #326 from PikalaxALT/master
Reopen #325
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r-- | misc/unused_title.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm index e151deb14..143994d9a 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -3,7 +3,7 @@ SECTION "bank43", ROMX, BANK[$43] UnusedTitleScreen: ; 10c000 - call WhiteBGMap + call ClearBGPalettes call ClearTileMap call DisableLCD xor a @@ -67,7 +67,7 @@ endr ld [rSVBK], a ld hl, UnusedTitleBG_Palettes - ld de, Unkn1Pals + ld de, wMapPals ld bc, $40 call CopyBytes |