Skip to content

Commit

Permalink
Updated SGB palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLarsen committed May 22, 2019
1 parent 9d319c2 commit c5f2062
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
Binary file modified data/sgb_palettes/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/sgb_palettes/highscore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/sgb_palettes/intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ending.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern UBYTE ending_part1_song_data;
extern UBYTE ending_part2_song_data;

const UBYTE SGB_ENDING_PAL01[16] = {
1, 255, 127, 57, 50, 207, 12, 34, 0, 0, 0, 0, 0, 0, 0, 0
1, 255, 127, 27, 38, 209, 8, 34, 0, 0, 0, 0, 0, 0, 0, 0
};

const UBYTE SGB_ENDING_ATTRDIV[16] = {
Expand Down
3 changes: 2 additions & 1 deletion game.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ const UBYTE entity_palettes[10U] = {
};

const UBYTE SGB_GAME_STAGE_PAL01[16] = {
1U, 255U, 127U, 92U, 57U, 203U, 72U, 0U, 0U, 92U, 33U, 233U, 113U, 0U, 0U, 0U
1U, 255, 127, 92, 57, 203, 72, 0, 0, 59, 29, 233, 113, 0, 0, 0
};


const UBYTE SGB_GAME_ATTRDIV[16] = {
(6U << 3) + 1U,
1U | (1U << 4),
Expand Down
4 changes: 2 additions & 2 deletions highscore.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ extern UBYTE highscore_song_data;
extern UBYTE dream_score_song_data;

const UBYTE SGB_HIGHSCORE_PAL01[16] = {
1U, 255U, 127U, 124U, 66U, 176U, 12U, 0U, 0U, 233U, 113U, 62U, 53U, 0U, 0U, 0U
1, 255, 127, 124, 66, 176, 12, 0, 0, 233, 113, 62, 53, 0, 0, 0
};

const UBYTE SGB_HIGHSCORE_PAL23[16] = {
(1U << 3) + 1U, 255U, 127U, 28U, 94U, 112U, 40U, 0U, 0U, 254U, 98U, 62U, 53U, 0U, 0U, 0U
(1 << 3) + 1, 255, 127, 28, 94, 112, 40, 0, 0, 126, 86, 62, 53, 0, 0, 0
};

const UBYTE SGB_HIGHSCORE_ATTRBLK[32] = {
Expand Down
2 changes: 1 addition & 1 deletion intro.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern UBYTE intro_song_data;
#define INTRO_STATE_BLINK 3U

const UBYTE SGB_INTRO_PAL01[16] = {
1, 255, 127, 57, 50, 207, 12, 34, 0, 0, 0, 0, 0, 0, 0, 0
1, 255, 127, 27, 38, 209, 8, 34, 0, 0, 0, 0, 0, 0, 0, 0
};

const UBYTE SGB_INTRO_ATTRDIV[16] = {
Expand Down

0 comments on commit c5f2062

Please sign in to comment.