mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Replace Functionfb8 with FillBoxWithByte
This commit is contained in:
parent
8c2766e1b9
commit
88bc86b0bb
@ -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
|
||||
|
@ -16,7 +16,7 @@ ClearBox:: ; fb6
|
||||
|
||||
ld a, " "
|
||||
|
||||
Functionfb8::
|
||||
FillBoxWithByte::
|
||||
.col
|
||||
push bc
|
||||
push hl
|
||||
|
@ -7557,7 +7557,7 @@ Function1034e0: ; 1034e0
|
||||
add hl, bc
|
||||
pop bc
|
||||
ld a, $6
|
||||
call Functionfb8
|
||||
call FillBoxWithByte
|
||||
ret
|
||||
; 1034f1
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user