Add define for using JP red coin sound (#489)

This commit is contained in:
Gregory Heskett
2022-09-21 11:58:25 -04:00
committed by GitHub
parent af0982e8d5
commit aa5df070c0
3 changed files with 13 additions and 10 deletions

View File

@@ -9,6 +9,11 @@
*/
#define PERSISTENT_CAP_MUSIC
/**
* Red coins should use the unchanging JP sound effect.
*/
// #define JP_RED_COIN_SOUND
/**
* 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.