Skip to content

Commit

Permalink
Fixed springs and added some to Perils
Browse files Browse the repository at this point in the history
  • Loading branch information
mojontwins committed Jul 2, 2018
1 parent 8ae071c commit 877d0b0
Show file tree
Hide file tree
Showing 11 changed files with 1,603 additions and 1,332 deletions.
32 changes: 20 additions & 12 deletions examples/07_cheril_perils_classic/dev/assets/spritedata.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,21 +441,29 @@ const unsigned char ssit_04 [] = {
};


// Cell cut from (0, 80) to (47, 95)

const unsigned char logo_00 [] = {
0x00, 0x00, 0x7c, 0x01, 0x08, 0x00, 0x7d, 0x01, 0x10, 0x00, 0x7e, 0x00, 0x18, 0x00, 0x7f, 0x00, 0x20, 0x00, 0x80, 0x01, 0x28, 0x00, 0x81, 0x01,
0x00, 0x08, 0x82, 0x01, 0x08, 0x08, 0x83, 0x01, 0x10, 0x08, 0x84, 0x00, 0x18, 0x08, 0x85, 0x00, 0x20, 0x08, 0x86, 0x01, 0x28, 0x08, 0x87, 0x01,
0x80
};

// Cell cut from (0, 0) to (63, 95)

const unsigned char ssending_00 [] = {
0x08, 0x00, 0x7c, 0x00, 0x10, 0x00, 0x7d, 0x00, 0x18, 0x00, 0x7e, 0x00, 0x20, 0x00, 0x7f, 0x00,
0x08, 0x08, 0x80, 0x00, 0x10, 0x08, 0x81, 0x00, 0x18, 0x08, 0x82, 0x00, 0x20, 0x08, 0x83, 0x00, 0x28, 0x08, 0x84, 0x00,
0x08, 0x10, 0x85, 0x00, 0x10, 0x10, 0x86, 0x00, 0x18, 0x10, 0x87, 0x00, 0x20, 0x10, 0x88, 0x00, 0x28, 0x10, 0x89, 0x00,
0x08, 0x18, 0x8a, 0x00, 0x10, 0x18, 0x8b, 0x00, 0x18, 0x18, 0x8c, 0x00, 0x20, 0x18, 0x8d, 0x00, 0x28, 0x18, 0x8e, 0x00,
0x00, 0x20, 0x8f, 0x00, 0x08, 0x20, 0x90, 0x00, 0x10, 0x20, 0x91, 0x00, 0x18, 0x20, 0x92, 0x00, 0x20, 0x20, 0x93, 0x00,
0x00, 0x28, 0x94, 0x00, 0x08, 0x28, 0x95, 0x00, 0x10, 0x28, 0x96, 0x00, 0x18, 0x28, 0x97, 0x00, 0x20, 0x28, 0x98, 0x00, 0x28, 0x28, 0x99, 0x00,
0x00, 0x30, 0x9a, 0x00, 0x08, 0x30, 0x9b, 0x00, 0x10, 0x30, 0x9c, 0x00, 0x18, 0x30, 0x9d, 0x00, 0x20, 0x30, 0x9e, 0x00, 0x28, 0x30, 0x9f, 0x00,
0x00, 0x38, 0xa0, 0x00, 0x08, 0x38, 0xa1, 0x00, 0x10, 0x38, 0xa2, 0x00, 0x18, 0x38, 0xa3, 0x00, 0x20, 0x38, 0xa4, 0x00, 0x28, 0x38, 0xa5, 0x00,
0x08, 0x40, 0xa6, 0x00, 0x10, 0x40, 0xa7, 0x00, 0x28, 0x40, 0xa8, 0x00, 0x30, 0x40, 0xa9, 0x00,
0x08, 0x48, 0xaa, 0x00, 0x10, 0x48, 0xab, 0x00, 0x28, 0x48, 0xac, 0x00, 0x30, 0x48, 0xad, 0x00,
0x08, 0x50, 0xae, 0x00, 0x10, 0x50, 0xaf, 0x00, 0x28, 0x50, 0xb0, 0x00, 0x30, 0x50, 0xb1, 0x00,
0x08, 0x58, 0xb2, 0x00, 0x10, 0x58, 0xb3, 0x00,
0x08, 0x00, 0x88, 0x00, 0x10, 0x00, 0x89, 0x00, 0x18, 0x00, 0x8a, 0x00, 0x20, 0x00, 0x8b, 0x00,
0x08, 0x08, 0x8c, 0x00, 0x10, 0x08, 0x8d, 0x00, 0x18, 0x08, 0x8e, 0x00, 0x20, 0x08, 0x8f, 0x00, 0x28, 0x08, 0x90, 0x00,
0x08, 0x10, 0x91, 0x00, 0x10, 0x10, 0x92, 0x00, 0x18, 0x10, 0x93, 0x00, 0x20, 0x10, 0x94, 0x00, 0x28, 0x10, 0x95, 0x00,
0x08, 0x18, 0x96, 0x00, 0x10, 0x18, 0x97, 0x00, 0x18, 0x18, 0x98, 0x00, 0x20, 0x18, 0x99, 0x00, 0x28, 0x18, 0x9a, 0x00,
0x00, 0x20, 0x9b, 0x00, 0x08, 0x20, 0x9c, 0x00, 0x10, 0x20, 0x9d, 0x00, 0x18, 0x20, 0x9e, 0x00, 0x20, 0x20, 0x9f, 0x00,
0x00, 0x28, 0xa0, 0x00, 0x08, 0x28, 0xa1, 0x00, 0x10, 0x28, 0xa2, 0x00, 0x18, 0x28, 0xa3, 0x00, 0x20, 0x28, 0xa4, 0x00, 0x28, 0x28, 0xa5, 0x00,
0x00, 0x30, 0xa6, 0x00, 0x08, 0x30, 0xa7, 0x00, 0x10, 0x30, 0xa8, 0x00, 0x18, 0x30, 0xa9, 0x00, 0x20, 0x30, 0xaa, 0x00, 0x28, 0x30, 0xab, 0x00,
0x00, 0x38, 0xac, 0x00, 0x08, 0x38, 0xad, 0x00, 0x10, 0x38, 0xae, 0x00, 0x18, 0x38, 0xaf, 0x00, 0x20, 0x38, 0xb0, 0x00, 0x28, 0x38, 0xb1, 0x00,
0x08, 0x40, 0xb2, 0x00, 0x10, 0x40, 0xb3, 0x00, 0x28, 0x40, 0xb4, 0x00, 0x30, 0x40, 0xb5, 0x00,
0x08, 0x48, 0xb6, 0x00, 0x10, 0x48, 0xb7, 0x00, 0x28, 0x48, 0xb8, 0x00, 0x30, 0x48, 0xb9, 0x00,
0x08, 0x50, 0xba, 0x00, 0x10, 0x50, 0xbb, 0x00, 0x28, 0x50, 0xbc, 0x00, 0x30, 0x50, 0xbd, 0x00,
0x08, 0x58, 0xbe, 0x00, 0x10, 0x58, 0xbf, 0x00,
0x80
};

Binary file modified examples/07_cheril_perils_classic/dev/cart.nes
Binary file not shown.
2 changes: 2 additions & 0 deletions examples/07_cheril_perils_classic/dev/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ void main(void) {
mode_no_resonators = 0;
// Main loop

credits ();

while (1) {
title ();

Expand Down
Loading

0 comments on commit 877d0b0

Please sign in to comment.