diff --git a/BUILD_FLAGS.h b/BUILD_FLAGS.h index 202e0445..179e1a0a 100644 --- a/BUILD_FLAGS.h +++ b/BUILD_FLAGS.h @@ -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 // ============================================================ \ No newline at end of file diff --git a/SAUCE/gamestates/state_demo.h b/SAUCE/gamestates/state_demo.h index a368b716..28d85947 100644 --- a/SAUCE/gamestates/state_demo.h +++ b/SAUCE/gamestates/state_demo.h @@ -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 };