summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/pokedex.asm2
-rw-r--r--home/text.asm2
-rw-r--r--misc/mobile_40.asm2
-rw-r--r--misc/mobile_45.asm4
4 files changed, 5 insertions, 5 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index 89ca48ba8..970863675 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -2360,7 +2360,7 @@ Function413f5: ; 413f5 (10:53f5)
ret
Function413fe: ; 413fe (10:53fe)
- jp Functionfb8
+ jp FillBoxWithByte
Function41401: ; 41401 (10:5401)
ld a, [rSVBK] ; $ff00+$70
diff --git a/home/text.asm b/home/text.asm
index fa8d3b23f..79f85d38b 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -16,7 +16,7 @@ ClearBox:: ; fb6
ld a, " "
-Functionfb8::
+FillBoxWithByte::
.col
push bc
push hl
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm
index 3e000c054..64608d2a8 100644
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -7557,7 +7557,7 @@ Function1034e0: ; 1034e0
add hl, bc
pop bc
ld a, $6
- call Functionfb8
+ call FillBoxWithByte
ret
; 1034f1
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm
index 7b4e8ca90..17300348a 100644
--- a/misc/mobile_45.asm
+++ b/misc/mobile_45.asm
@@ -8345,7 +8345,7 @@ Function117bb6:
ld a, [wd001]
cp $f
jr nz, .asm_117c16 ; 0x117c01 $13
- ld hl, wMagikarpRecordHoldersName + 2
+ ld hl, $e000 - 20
ld de, wcd69
ld c, $10
.asm_117c0b
@@ -15254,7 +15254,7 @@ Function11b22a: ; 11b22a
; 11b236
Function11b236: ; 11b236
- jp Functionfb8
+ jp FillBoxWithByte
; 11b239
Function11b239: ; 11b239