summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/cgb_layouts.asm2
-rw-r--r--engine/color.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/cgb_layouts.asm b/engine/cgb_layouts.asm
index 775db1b70..96289a4c7 100644
--- a/engine/cgb_layouts.asm
+++ b/engine/cgb_layouts.asm
@@ -685,7 +685,7 @@ _CGB_TrainerCard: ; 9289
ld a, PRYCE
call GetTrainerPalettePointer
call LoadPalette_White_Col1_Col2_Black
- ld a, PREDEFPAL_BADGE
+ ld a, PREDEFPAL_CGB_BADGE
call GetPredefPal
call LoadHLPaletteIntoDE
diff --git a/engine/color.asm b/engine/color.asm
index bdac2b97f..d8814bf3a 100644
--- a/engine/color.asm
+++ b/engine/color.asm
@@ -768,7 +768,7 @@ Unreferenced_Function97cc:
ld a, PREDEFPAL_TRADE_TUBE
call GetPredefPal
call .PushPalette
- ld a, PREDEFPAL_21
+ ld a, PREDEFPAL_RB_GREENMON
call GetPredefPal
call .PushPalette
ret