diff options
Diffstat (limited to 'Colored-trainer-card-badges.md')
-rw-r--r-- | Colored-trainer-card-badges.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Colored-trainer-card-badges.md b/Colored-trainer-card-badges.md index 2e37758..10866c4 100644 --- a/Colored-trainer-card-badges.md +++ b/Colored-trainer-card-badges.md @@ -32,9 +32,6 @@ Edit [engine/gfx/cgb_layouts.asm](../blob/master/engine/gfx/cgb_layouts.asm): ```diff _CGB_TrainerCard: ... - ld a, PRYCE - call GetTrainerPalettePointer - call LoadPalette_White_Col1_Col2_Black - ld a, PREDEFPAL_CGB_BADGE - call GetPredefPal - call LoadHLPaletteIntoDE @@ -42,10 +39,6 @@ Edit [engine/gfx/cgb_layouts.asm](../blob/master/engine/gfx/cgb_layouts.asm): + ld bc, 8 palettes + ld a, BANK(wOBPals1) + call FarCopyWRAM - - ; fill screen with opposite-gender palette for the card border - hlcoord 0, 0, wAttrMap - ld bc, SCREEN_WIDTH * SCREEN_HEIGHT ... ret + |