Fix a few hardcoded fw chars
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
dannye 2025-07-08 07:57:30 -05:00
parent 7b63ea5da7
commit d9bac99019
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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