shithub: pokecrystal

Download patch

ref: 88bc86b0bba2e789955d644fd26ae5b57bc85880
parent: 8c2766e1b955b6b23a78d014340f51a281b2a114
author: PikalaxALT <PikalaxALT@gmail.com>
date: Tue Oct 13 08:46:40 EDT 2015

Replace Functionfb8 with FillBoxWithByte

--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -2360,7 +2360,7 @@
 	ret
 
 Function413fe: ; 413fe (10:53fe)
-	jp Functionfb8
+	jp FillBoxWithByte
 
 Function41401: ; 41401 (10:5401)
 	ld a, [rSVBK] ; $ff00+$70
--- a/home/text.asm
+++ b/home/text.asm
@@ -16,7 +16,7 @@
 
 	ld a, " "
 
-Functionfb8::
+FillBoxWithByte::
 .col
 	push bc
 	push hl
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -7557,7 +7557,7 @@
 	add hl, bc
 	pop bc
 	ld a, $6
-	call Functionfb8
+	call FillBoxWithByte
 	ret
 ; 1034f1
 
--- a/misc/mobile_45.asm
+++ b/misc/mobile_45.asm
@@ -8345,7 +8345,7 @@
 	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 @@
 ; 11b236
 
 Function11b236: ; 11b236
-	jp Functionfb8
+	jp FillBoxWithByte
 ; 11b239
 
 Function11b239: ; 11b239