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

@@ -6408,7 +6408,7 @@ Function102b12: ; 102b12
ld c, $64
call DelayFrames
call Function102d9a
call Functione58
call LoadFontsBattleExtra
ld a, [wcd2f]
and a
jr nz, .asm_102b2b

View File

@@ -132,7 +132,7 @@ Function1080b7: ; 1080b7
call Function1081ad
call Function1081ca
call Functione51
call Functione58
call LoadFontsBattleExtra
ld a, $1
ld [rVBK], a
ld hl, LZ_108da7
@@ -195,7 +195,7 @@ Function108157: ; 108157
call Function1081ad
call Function1081ca
call Functione51
call Functione58
call LoadFontsBattleExtra
call EnableLCD
xor a
ld [hSCX], a
@@ -327,7 +327,7 @@ Function10824b: ; 10824b
ld a, $90
ld [hWY], a
call Functione51
call Functione58
call LoadFontsBattleExtra
callba Function106462
callba Function106464
scf

View File

@@ -14311,7 +14311,7 @@ UnknownText_0x11ac1f: ; 0x11ac1f
Function11ac3e: ; 11ac3e
call SpeechTextBox
call FadeToMenu
callab Function8e814
callab InefficientlyClear121BytesAtwc300
call Function11ac51
call Function2b3c
ret

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