mirror of
https://github.com/pret/poketcg.git
synced 2026-03-21 17:54:26 -05:00
This commit is contained in:
parent
7b63ea5da7
commit
d9bac99019
|
|
@ -49,7 +49,7 @@ _CopyCardNameAndLevel::
|
|||
pop hl
|
||||
push hl
|
||||
.fill_loop
|
||||
ld a, $70
|
||||
ldfw a, " "
|
||||
ld [hli], a
|
||||
dec c
|
||||
jr nz, .fill_loop
|
||||
|
|
|
|||
|
|
@ -711,7 +711,7 @@ _PrintCardList:
|
|||
jr z, .asm_1a2c2
|
||||
ld a, TX_HALF2FULL
|
||||
call ProcessSpecialTextCharacter
|
||||
lb de, 3, 84
|
||||
ldfw de, "★"
|
||||
call Func_22ca
|
||||
.asm_1a2c2
|
||||
ld a, $ff
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user