diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-21 10:43:42 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-21 10:43:42 -0400 |
commit | 97cc513f54b6213a31070b0875fd85e920a2109b (patch) | |
tree | 29a92dcd0203ad6a48595c566fa61a350b6ec7d5 /misc/unused_title.asm | |
parent | 6c25592b8c43afe9780968da88f9b06cbb526e72 (diff) |
Plus 4 on person events; feeble attempt to annotate color functions
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r-- | misc/unused_title.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm index 0f3658c34..8d35fb13f 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -17,17 +17,17 @@ endr ld hl, UnusedTitleBG_GFX ld de, VTiles2 - ld bc, $800 + ld bc, VBGMap0 - VTiles2 call CopyBytes ld hl, UnusedTitleBG_GFX + $800 ld de, VTiles1 - ld bc, $800 + ld bc, VTiles2 - VTiles1 call CopyBytes ld hl, UnusedTitleFG_GFX ld de, VTiles0 - ld bc, $800 + ld bc, VTiles1 - VTiles0 call CopyBytes ld hl, UnusedTitleBG_Tilemap @@ -551,7 +551,7 @@ Function10ed51: ; 10ed51 ld b, a and 1 jr nz, .done - call Function10eea7 + call SuicuneFrameIterator call DelayFrame jr .loop .done |