You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace Functionfb8 with FillBoxWithByte
This commit is contained in:
@@ -2360,7 +2360,7 @@ Function413f5: ; 413f5 (10:53f5)
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
Function413fe: ; 413fe (10:53fe)
|
Function413fe: ; 413fe (10:53fe)
|
||||||
jp Functionfb8
|
jp FillBoxWithByte
|
||||||
|
|
||||||
Function41401: ; 41401 (10:5401)
|
Function41401: ; 41401 (10:5401)
|
||||||
ld a, [rSVBK] ; $ff00+$70
|
ld a, [rSVBK] ; $ff00+$70
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ ClearBox:: ; fb6
|
|||||||
|
|
||||||
ld a, " "
|
ld a, " "
|
||||||
|
|
||||||
Functionfb8::
|
FillBoxWithByte::
|
||||||
.col
|
.col
|
||||||
push bc
|
push bc
|
||||||
push hl
|
push hl
|
||||||
|
|||||||
@@ -7557,7 +7557,7 @@ Function1034e0: ; 1034e0
|
|||||||
add hl, bc
|
add hl, bc
|
||||||
pop bc
|
pop bc
|
||||||
ld a, $6
|
ld a, $6
|
||||||
call Functionfb8
|
call FillBoxWithByte
|
||||||
ret
|
ret
|
||||||
; 1034f1
|
; 1034f1
|
||||||
|
|
||||||
|
|||||||
@@ -8345,7 +8345,7 @@ Function117bb6:
|
|||||||
ld a, [wd001]
|
ld a, [wd001]
|
||||||
cp $f
|
cp $f
|
||||||
jr nz, .asm_117c16 ; 0x117c01 $13
|
jr nz, .asm_117c16 ; 0x117c01 $13
|
||||||
ld hl, wMagikarpRecordHoldersName + 2
|
ld hl, $e000 - 20
|
||||||
ld de, wcd69
|
ld de, wcd69
|
||||||
ld c, $10
|
ld c, $10
|
||||||
.asm_117c0b
|
.asm_117c0b
|
||||||
@@ -15254,7 +15254,7 @@ Function11b22a: ; 11b22a
|
|||||||
; 11b236
|
; 11b236
|
||||||
|
|
||||||
Function11b236: ; 11b236
|
Function11b236: ; 11b236
|
||||||
jp Functionfb8
|
jp FillBoxWithByte
|
||||||
; 11b239
|
; 11b239
|
||||||
|
|
||||||
Function11b239: ; 11b239
|
Function11b239: ; 11b239
|
||||||
|
|||||||
Reference in New Issue
Block a user