Plus 4 on person events; feeble attempt to annotate color functions

This commit is contained in:
PikalaxALT
2015-10-21 10:43:42 -04:00
parent 6c25592b8c
commit 97cc513f54
360 changed files with 1770 additions and 1733 deletions

View File

@@ -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