Replace unused 0C bank with aglab's / scut's extended 0C bank (#412)

This commit is contained in:
Reonu
2022-07-22 15:00:03 +01:00
committed by GitHub
parent 3149239b9a
commit 27ff45daaf
3 changed files with 630 additions and 276 deletions

View File

@@ -7,7 +7,10 @@
// Do not restart the music on cap grabs.
#define PERSISTENT_CAP_MUSIC
// Increases the audio heap size to allow for larger/more custom sequences/banks/sfx to be imported without causing issues (not supported for SH).
/**
* Increase audio heap size to allow for larger/more custom sequences/banks/sfx to be imported without causing issues (not supported for SH).
* Note that this is REQUIRED in order to use the extended 0C audio bank. Do not disable this if you're planning on using it.
*/
#define EXPAND_AUDIO_HEAP
/**