Skip to content

Commit

Permalink
Merge branch 'main' into vs-famidash-again
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Feb 28, 2025
2 parents 5dff37d + 09396da commit 43d2dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD_FLAGS.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
//
// Save File Version
// increase by 1 if SRAM values are added, changed or deleted.
#define FLAG_SAVE_VER 0x32
#define FLAG_SAVE_VER 0x40
// ============================================================
8 changes: 4 additions & 4 deletions SAUCE/gamestates/state_demo.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ const unsigned char Credits2[580]={
#include "defines/mainmenu_charmap.h"

#ifdef FLAG_ENABLE_VER_NUM
#ifdef FLAG_BETA_BUILD
const unsigned char ver[] = "DEMO";
#else
// #ifdef FLAG_BETA_BUILD
// const unsigned char ver[] = "DEMO";
// #else
const unsigned char ver[] = " VER";
#endif
// #endif
#endif

const unsigned char palette_Credits[16]={ 0x06,0x0f,0x10,0x30,0x05,0x0f,0x2a,0x39,0x05,0x28,0x17,0x0f,0x05,0x0f,0x05,0x21 };
Expand Down

0 comments on commit 43d2dcb

Please sign in to comment.