TechSkylander1518 submitted a new resource:
Low HP BGM - Battle music changes when your Pokémon are on red!
Read more about this resource...
Low HP BGM - Battle music changes when your Pokémon are on red!
This causes the BGM to change mid-battle if your Pokemon is on red! It'll change if they take damage or if they're sent out while on red, and will return to the original if your Pokemon is healed to yellow/green, or if it's the only mon on red and it's switched out/fainted.
Code
In PokeBattle_SceneElements, find this line:
Ruby:@expBar.visible = (value && @showExp)
Below it, add-
Ruby:if value == true &&...
Read more about this resource...