We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5296c49 commit 058848fCopy full SHA for 058848f
src/engine/duel/core.asm
@@ -5567,8 +5567,8 @@ PrintPlayAreaCardAttachedEnergies:
5567
call GetPlayAreaCardAttachedEnergies
5568
ld hl, wDefaultText
5569
push hl
5570
- ld c, NUM_TYPES
5571
- xor a
+ ld c, 8 ; maximum number of symbols that will be printed
+ xor a ; SYM_SPACE
5572
.empty_loop
5573
ld [hli], a
5574
dec c
@@ -5599,7 +5599,7 @@ PrintPlayAreaCardAttachedEnergies:
5599
pop bc
5600
call BCCoordToBGMap0Address
5601
5602
- ld b, NUM_TYPES
+ ld b, 8
5603
call SafeCopyDataHLtoDE
5604
ret
5605
0 commit comments