mirror of
https://github.com/pret/poketcg.git
synced 2026-04-25 15:42:58 -05:00
Fix constant in PrintPlayAreaCardAttachedEnergies
This commit is contained in:
parent
5296c49e32
commit
058848fe41
|
|
@ -5567,8 +5567,8 @@ PrintPlayAreaCardAttachedEnergies:
|
|||
call GetPlayAreaCardAttachedEnergies
|
||||
ld hl, wDefaultText
|
||||
push hl
|
||||
ld c, NUM_TYPES
|
||||
xor a
|
||||
ld c, 8 ; maximum number of symbols that will be printed
|
||||
xor a ; SYM_SPACE
|
||||
.empty_loop
|
||||
ld [hli], a
|
||||
dec c
|
||||
|
|
@ -5599,7 +5599,7 @@ PrintPlayAreaCardAttachedEnergies:
|
|||
pop bc
|
||||
call BCCoordToBGMap0Address
|
||||
ld hl, wDefaultText
|
||||
ld b, NUM_TYPES
|
||||
ld b, 8
|
||||
call SafeCopyDataHLtoDE
|
||||
ret
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user