summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-21 10:43:42 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-21 10:43:42 -0400
commit97cc513f54b6213a31070b0875fd85e920a2109b (patch)
tree29a92dcd0203ad6a48595c566fa61a350b6ec7d5 /misc
parent6c25592b8c43afe9780968da88f9b06cbb526e72 (diff)
Plus 4 on person events; feeble attempt to annotate color functions
Diffstat (limited to 'misc')
-rw-r--r--misc/mobile_40.asm2
-rw-r--r--misc/mobile_42.asm6
-rw-r--r--misc/mobile_45.asm2
-rw-r--r--misc/unused_title.asm8
4 files changed, 9 insertions, 9 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm
index fa3c18d97..7afaf9ed2 100644
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -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
diff --git a/misc/mobile_42.asm b/misc/mobile_42.asm
index 4d4d84fb6..a6dc76929 100644
--- a/misc/mobile_42.asm
+++ b/misc/mobile_42.asm
@@ -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
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm
index 2ee01f8c0..d87dc5d48 100644
--- a/misc/mobile_45.asm
+++ b/misc/mobile_45.asm
@@ -14311,7 +14311,7 @@ UnknownText_0x11ac1f: ; 0x11ac1f
Function11ac3e: ; 11ac3e
call SpeechTextBox
call FadeToMenu
- callab Function8e814
+ callab InefficientlyClear121BytesAtwc300
call Function11ac51
call Function2b3c
ret
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