Skip to content

Commit

Permalink
Fix swapped Dodrio Berry Picking palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Jun 5, 2023
1 parent 86459ac commit 9c4a59f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
19 changes: 0 additions & 19 deletions graphics/dodrio_berry_picking/bg.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/dodrio_berry_picking/tree_border.pal

This file was deleted.

8 changes: 4 additions & 4 deletions src/dodrio_berry_picking.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ static const u8 sUnsharedColumns[MAX_RFU_PLAYERS][MAX_RFU_PLAYERS] =
};

// Duplicate and unused gfx. Feel free to remove.
static const u32 sDuplicateGfx[] = INCBIN_U32("graphics/dodrio_berry_picking/bg.gbapal",
"graphics/dodrio_berry_picking/tree_border.gbapal",
static const u32 sDuplicateGfx[] = INCBIN_U32("graphics/dodrio_berry_picking/tree_border.gbapal",
"graphics/dodrio_berry_picking/bg.gbapal",
"graphics/dodrio_berry_picking/dodrio.gbapal",
"graphics/dodrio_berry_picking/shiny.gbapal",
"graphics/dodrio_berry_picking/status.gbapal",
Expand Down Expand Up @@ -3586,8 +3586,8 @@ static const u8 sUnsharedColumns_Duplicate[MAX_RFU_PLAYERS][MAX_RFU_PLAYERS] =
{1, 3, 5, 6, 9},
};

static const u16 sBg_Pal[] = INCBIN_U16("graphics/dodrio_berry_picking/bg.gbapal",
"graphics/dodrio_berry_picking/tree_border.gbapal");
static const u16 sBg_Pal[] = INCBIN_U16("graphics/dodrio_berry_picking/tree_border.gbapal",
"graphics/dodrio_berry_picking/bg.gbapal");
static const u16 sDodrioNormal_Pal[] = INCBIN_U16("graphics/dodrio_berry_picking/dodrio.gbapal");
static const u16 sDodrioShiny_Pal[] = INCBIN_U16("graphics/dodrio_berry_picking/shiny.gbapal");
static const u16 sStatus_Pal[] = INCBIN_U16("graphics/dodrio_berry_picking/status.gbapal");
Expand Down

0 comments on commit 9c4a59f

Please sign in to comment.