Commit Graph

6 Commits (main)

Author SHA1 Message Date
Agent X d1845eb882 Revert "Remove percussion, the ext soundbank handles it as normal instruments instead"
This reverts commit 94ea55b5f5.
2023-12-27 17:44:15 -05:00
eros71 94ea55b5f5 Remove percussion, the ext soundbank handles it as normal instruments instead 2023-12-10 06:07:05 +01:00
eros71 1d849d3af1 Order instruments properly 2023-12-10 04:51:56 +01:00
eros71 fef381154e Add more missing nulls 2023-12-10 04:46:51 +01:00
eros71 1c1d9a1dd4 Misc fixes
- Game icon
- Extended soundbank missing NULLs
2023-12-10 04:31:39 +01:00
eros71 3ed76d6a5c
Add Extended Soundbank (#254)
* Add Extended Soundbank

This PR adds a soundbank to the game with every instrument in the game, so there's no need to only use one set of instruments for m64 sequences.

Use the soundbank ID "42" when replacing sequences with lua to use it.

* Remove hardcoded.h include duplicate

There's a duplicated line that shouldn't be there since hardcoded.h is already included.

* Reinclude duplicate include

I'm still learning the commits system and I've noticed I should push this into a different PR instead by making a fork, sorry about that
2023-03-22 19:04:16 -04:00