-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Music support (#270) + update version to 4.2
* Add initial music decompilation support A lot of work still needs to be done, and a big refactor. But you should be able to extract music out of a vanilla rom with this. * Fix error with filename processing in MusicModule * Add `songs.yml` output * Add support for in-engine songs in `songs.yml` * I think it works * Output instrument pack numbers as hex * Tighten up some error messages * Deal with phrase list jumps properly * Bugfix * Finalize music support, including in-engine songs * JK it's not done. Add todo comment * Add support for editing engine.bin * Code cleanup to address pylint warnings * Nvm. Change version name to beta * Windows build fixes + fix gas station + debug messages * Fix palette bug and bump version number * Add Gas Station instrument pack fix See comment in MusicModule for more info. * Fix bug with splitting Gas Station Pt. 2 Turns out, hash() of a 32-bit int does not give the same result on different platforms (32 vs 64 bit). Use crc32() directly instead. * Update CCScript version * Update version string in preparation for release * Update CCScript link to 1.500 instead of master * Use new upgrade code with recursive structure * Update release date
- Loading branch information
Showing
10 changed files
with
1,359 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
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,4 @@ | ||
Title: Fix pack variable initialization to allow for custom instrument packs on the Gas Station (Part 1) song | ||
Author: cooprocks123e | ||
Hidden: True | ||
Ranges: [] |
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
Oops, something went wrong.