summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
Diffstat (limited to 'battle')
-rw-r--r--battle/core.asm2
-rwxr-xr-xbattle/trainer_huds.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm
index 888b32497..1abecba4c 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -8916,7 +8916,7 @@ DisplayLinkRecord: ; 3f836
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
call ByteFill
call WaitBGMap2
- ld b, SCGB_08
+ ld b, SCGB_DIPLOMA
call GetSGBLayout
call SetPalettes
ld c, 8
diff --git a/battle/trainer_huds.asm b/battle/trainer_huds.asm
index 9a72700cc..03a85b9f4 100755
--- a/battle/trainer_huds.asm
+++ b/battle/trainer_huds.asm
@@ -260,7 +260,7 @@ _ShowLinkBattleParticipants: ; 2c1b2
ld [hli], a
ld [hl], $6a ; "S"
callba LinkBattle_TrainerHuds ; no need to callba
- ld b, SCGB_08
+ ld b, SCGB_DIPLOMA
call GetSGBLayout
call SetPalettes
ld a, $e4