Player no longer makes a bump sound when walking into something because of a move route, changed when title screen BGM starts playing, tweaked evolution messages and audio

This commit is contained in:
Maruno17
2022-03-10 22:49:01 +00:00
parent a0612b907f
commit 93a0173fe8
4 changed files with 16 additions and 8 deletions

View File

@@ -766,7 +766,7 @@ class Battle::Move::SetUserTypesToResistLastAttack < Battle::Move
end
#===============================================================================
# User copes target's types. (Reflect Type)
# User copies target's types. (Reflect Type)
#===============================================================================
class Battle::Move::SetUserTypesToTargetTypes < Battle::Move
def ignoresSubstitute?(user); return true; end