summaryrefslogtreecommitdiff
path: root/battle/trainer_huds.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/trainer_huds.asm')
-rwxr-xr-xbattle/trainer_huds.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/trainer_huds.asm b/battle/trainer_huds.asm
index 03a85b9f4..60be946fa 100755
--- a/battle/trainer_huds.asm
+++ b/battle/trainer_huds.asm
@@ -256,9 +256,9 @@ _ShowLinkBattleParticipants: ; 2c1b2
ld de, OTPlayerName
call PlaceString
hlcoord 9, 8
- ld a, $69 ; "V"
+ ld a, "<BOLD_V>"
ld [hli], a
- ld [hl], $6a ; "S"
+ ld [hl], "<BOLD_S>"
callba LinkBattle_TrainerHuds ; no need to callba
ld b, SCGB_DIPLOMA
call GetSGBLayout