diff options
Diffstat (limited to 'battle/trainer_huds.asm')
-rwxr-xr-x | battle/trainer_huds.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/trainer_huds.asm b/battle/trainer_huds.asm index 03a85b9f4..9efe08414 100755 --- a/battle/trainer_huds.asm +++ b/battle/trainer_huds.asm @@ -256,10 +256,10 @@ _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" - callba LinkBattle_TrainerHuds ; no need to callba + ld [hl], "<BOLD_S>" + farcall LinkBattle_TrainerHuds ; no need to farcall ld b, SCGB_DIPLOMA call GetSGBLayout call SetPalettes |