diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 12:31:19 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 12:31:19 -0500 |
commit | 69ace7f48d441a0af3360a991ace8f70379e48dc (patch) | |
tree | 95186987933efe9f533e25b23e9ba52f5dc89ff5 /engine/cgb_layouts.asm | |
parent | f556ab9a4cce5e5164799c2f66eff41c986c508e (diff) |
Identify leftover SGB palettes from R/B
Diffstat (limited to 'engine/cgb_layouts.asm')
-rw-r--r-- | engine/cgb_layouts.asm | 2 |
1 files changed, 1 insertions, 1 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 |