-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1541479
Showing
378 changed files
with
69,590 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Automatically add new line to end of all files on save. | ||
[*] | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
# Four-space tabs in everything else | ||
[*.*] | ||
indent_style = tab | ||
indent_size = 4 | ||
|
||
# Six spaces for indentation in .asm files | ||
[*.asm] | ||
indent_style = tab | ||
indent_size = 4 | ||
|
||
[*.md] | ||
indent_style = space | ||
indent_size = 2 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*.nes | ||
*.lst | ||
.DS_Store | ||
Thumbs.db | ||
*.cdl |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
language: minimal | ||
script: | ||
- ./build.sh test |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Shells & Cherries | ||
This is an archive from a 2022 ROM hack I made for ROM hack races. It's built on top of [xkeeper disassembly](https://github.com/Xkeeper0/smb2). This hack was a complete overhaul of the game, with the goal that it would last 5-20 minutes depending on the skill level. A lot of new features were added to the game to make the experience much smoother for a race setting, while respecting that the game would still runs on the original [NES](https://en.wikipedia.org/wiki/Nintendo_Entertainment_System) and fitting the whole ROM size at a whopping 512kb. However, all of the changes I made could probably still fit in a ROM size of 256kb. The patch can be found in the [release section](https://github.com/Producks/Shell-N-Cherries/releases/tag/merio). | ||
## Features | ||
* Complete overhaul of the level | ||
* Complete overhaul of the visuals | ||
* Beta music was added to replace the previous underground theme | ||
* Pressing start now act has a fast respawn | ||
* Dying now quickly respawns you, acting the same as pressing start | ||
* Removed the iframe freeze that would happen when taking damage | ||
* Reworked how cherries and shells work to make the gimmick work | ||
* Able to swap graphics bank directly into the levels | ||
* And much more that I forgot... | ||
## Preview pictures | ||
![](https://raw.githubusercontent.com/Producks/Shell-N-Cherries/main/pictures/smb2-2.png?token=GHSAT0AAAAAACET7MD3HPJQBRXG27VR4RQIZNWX5CQ) | ||
![](https://raw.githubusercontent.com/Producks/Shell-N-Cherries/main/pictures/smb2-1.png?token=GHSAT0AAAAAACET7MD2UQNNQ2Z3HCKNIL3WZNWX5VQ) | ||
![](https://raw.githubusercontent.com/Producks/Shell-N-Cherries/main/pictures/smb2-4.png?token=GHSAT0AAAAAACET7MD35A56YBEWVWQ2JGCYZNWYJ4Q) |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pass 1.. | ||
pass 2.. | ||
last try.. | ||
bin\smb2.nes written (262160 bytes). | ||
smb2.lst written. |
Oops, something went wrong.