-
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.
- Completely changed bomb generation code. NiMare on GBC should now take mere seconds to be generated. It requires more RAM though, but it's still low enough. Might modify it again in the future. - Added a missed import that caused build to fail on gbdk's latest versin - Fixed hidden overflow in time computation that wouldn't allow it to be more than 1092, should now loop at 65536 - Minor typo fixes (It's Emulicious, not Emuclious. I knew this typo existed for ages and didn't fix it and it drove me crazy) Signed-off-by: Roddy Rappaport <[email protected]>
- Loading branch information
Showing
3 changed files
with
57 additions
and
33 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea/ | ||
.vscode/ | ||
Build/ | ||
build.sh |
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