diff options
author | yenatch <yenatch@gmail.com> | 2015-11-28 20:15:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-11-28 20:15:35 -0500 |
commit | 794410352fd92ccf06974763e4b3be0b807641ab (patch) | |
tree | 05f5dd861966762db9556082229cee82e8b5eed9 /misc/unused_title.asm | |
parent | 9c5473e965520f672640daf4ee76622640e0de15 (diff) | |
parent | 4bcd71e3227181baa536357af3d87a8d02af3890 (diff) |
Merge pull request #328 from PikalaxALT/master
Split out most of main.asm
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r-- | misc/unused_title.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm index 143994d9a..a74a376a3 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -31,7 +31,7 @@ endr call CopyBytes ld hl, UnusedTitleBG_Tilemap - ld de, VBGMap0 + debgcoord 0, 0 ld bc, 32 * 32 .copy ld a, 0 @@ -67,12 +67,12 @@ endr ld [rSVBK], a ld hl, UnusedTitleBG_Palettes - ld de, wMapPals + ld de, UnknBGPals ld bc, $40 call CopyBytes ld hl, UnusedTitleFG_Palettes - ld de, Unkn2Pals + ld de, UnknOBPals ld bc, $40 call CopyBytes |