-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centered Game Over, timeout on level select screen
- Loading branch information
1 parent
552a4ce
commit ea7b0c5
Showing
4 changed files
with
57 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
const unsigned char gameover[187]={ | ||
const unsigned char gameover[188]={ | ||
0x03,0x02,0xfe,0x02,0x03,0x02,0xfe,0x02,0x03,0x10,0xfe,0xfe,0x02,0xfe,0x03,0x02, | ||
0x02,0x02,0xfe,0x02,0xfe,0xfe,0x02,0xfe,0x02,0x03,0x08,0xfe,0xfe,0x02,0x03,0x05, | ||
0xfe,0x03,0x02,0x02,0xfe,0x03,0x02,0x02,0x02,0xfe,0x03,0x02,0x02,0x03,0x09,0xfe, | ||
0x02,0xfe,0x03,0x13,0x02,0x02,0xfe,0x02,0x03,0x06,0xfe,0x03,0xde,0xc1,0xbb,0xc7, | ||
0x02,0xfe,0x03,0x13,0x02,0x02,0xfe,0x02,0x03,0x06,0xfe,0x03,0xdf,0xc1,0xbb,0xc7, | ||
0xbf,0xfe,0x03,0x3f,0xc9,0xdb,0xbf,0xcc,0xfe,0x03,0x99,0x98,0x99,0x98,0x99,0xfe, | ||
0x03,0x1b,0xa8,0xa9,0xa8,0xa9,0xfe,0x03,0x5c,0x9a,0x9b,0xfe,0x03,0x1d,0xaa,0xab, | ||
0xfe,0x03,0xb4,0x02,0xfe,0xfe,0x02,0x03,0x05,0xfe,0xfe,0x02,0x03,0x05,0xfe,0x03, | ||
0xfe,0x03,0xb3,0x02,0xfe,0xfe,0x02,0x03,0x05,0xfe,0xfe,0x02,0x03,0x05,0xfe,0x03, | ||
0x04,0x02,0x03,0x02,0xfe,0x03,0x02,0x02,0xfe,0x03,0x02,0x02,0xfe,0x02,0xfe,0x03, | ||
0x04,0x02,0x03,0x09,0xfe,0x02,0xfe,0xfe,0x02,0x03,0x02,0xfe,0xfe,0x00,0x00,0x50, | ||
0x10,0x40,0x50,0x00,0x03,0x0a,0x84,0x21,0x00,0x03,0x02,0x01,0x00,0x03,0x05,0x04, | ||
0x01,0x00,0x00,0x04,0x05,0x00,0x04,0x05,0x01,0x00,0x03,0x03,0x44,0x00,0x03,0x03, | ||
0x41,0x00,0x03,0x05,0x14,0x00,0x03,0x06,0x00,0x03,0x00 | ||
0x01,0x00,0x00,0x04,0x05,0x00,0x04,0x05,0x01,0x00,0x03,0x03,0x44,0x11,0x00,0x03, | ||
0x02,0x41,0x00,0x03,0x05,0x14,0x00,0x03,0x06,0x00,0x03,0x00 | ||
}; |