diff options
Diffstat (limited to 'battle/trainer_huds.asm')
-rwxr-xr-x | battle/trainer_huds.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/trainer_huds.asm b/battle/trainer_huds.asm index 60be946fa..9efe08414 100755 --- a/battle/trainer_huds.asm +++ b/battle/trainer_huds.asm @@ -259,7 +259,7 @@ _ShowLinkBattleParticipants: ; 2c1b2 ld a, "<BOLD_V>" ld [hli], a ld [hl], "<BOLD_S>" - callba LinkBattle_TrainerHuds ; no need to callba + farcall LinkBattle_TrainerHuds ; no need to farcall ld b, SCGB_DIPLOMA call GetSGBLayout call SetPalettes |