That should be v1.0.4

This commit is contained in:
Koji Ikarashi
2015-11-24 16:04:19 -08:00
parent c3135b53eb
commit 3d38fe8fd7
2 changed files with 2 additions and 2 deletions

4
game.c
View File

@@ -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!";

Binary file not shown.