mirror of
https://github.com/SplatooD/splatood.git
synced 2026-04-25 07:52:21 -05:00
Bump version to 1.0.3
This commit is contained in:
parent
acf66107c6
commit
54364b8566
4
game.c
4
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 . 2 */
|
||||
const unsigned char versionStr[] = {230,232,241,231,241,233};
|
||||
/* v 1 . 0 . 3 */
|
||||
const unsigned char versionStr[] = {230,232,241,231,241,234};
|
||||
const unsigned char victoryMsg[] = "Victory!";
|
||||
const unsigned char fourSpaces[] = " ";
|
||||
const unsigned char tieMsg[] = "It's a tie!";
|
||||
|
|
|
|||
BIN
splatood.nes
BIN
splatood.nes
Binary file not shown.
Loading…
Reference in New Issue
Block a user