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 | |
| parent | f556ab9a4cce5e5164799c2f66eff41c986c508e (diff) | |
Identify leftover SGB palettes from R/B
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/cgb_layouts.asm | 2 | ||||
| -rw-r--r-- | engine/color.asm | 2 |
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 |
