diff --git a/game.c b/game.c index 9d9a43a..9334f60 100644 --- a/game.c +++ b/game.c @@ -105,8 +105,8 @@ const unsigned char palCharacters[8]={ 0x0f,0x04,0x30,0x0f,0x0f,0x19,0x30,0x0f } const unsigned char palCharPaused[8] = {0x0f,0x00,0x2d,0x0f,0x0f,0x00,0x2d,0x0f}; const unsigned char palJudd[]={ 0x0f,0x26,0x27,0x30,0x0f,0x14,0x27,0x30,0x0f,0x2a,0x27,0x30,0x0f,0x26,0x27,0x30 }; - /* v 1 . 0 . 3 */ -const unsigned char versionStr[] = {230,232,241,231,241,234}; + /* v 1 . 0 . 4 */ +const unsigned char versionStr[] = {230,232,241,231,241,235}; const unsigned char victoryMsg[] = "Victory!"; const unsigned char fourSpaces[] = " "; const unsigned char tieMsg[] = "It's a tie!"; diff --git a/splatood.nes b/splatood.nes index 249738f..d955f74 100644 Binary files a/splatood.nes and b/splatood.nes differ