Skip to content

Commit

Permalink
un-byteswap save icon palette
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Aug 21, 2021
1 parent 673d2a8 commit ad31704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/mcrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ static int mcrd_save_fd = -1;
static int mcrd_chan = -1;

static u16 save_icon_clut[] = {
0x0000, 0x1F15, 0xBC6F, 0xF30F,
0x4000, 0x915E, 0x2D33, 0x8138,
0x0000, 0x151F, 0x6FBC, 0x0FF3,
0x0040, 0x5E91, 0x332D, 0x3881,
};

static u8 save_icon_data[] = {
Expand Down

0 comments on commit ad31704

Please sign in to comment.