Updated HM/expAll/Switch Messages. (#156)

This commit is contained in:
Nathan-MV
2022-01-19 20:10:56 +00:00
committed by GitHub
parent 1279f8137e
commit e9afefb210
4 changed files with 22 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ class Battle
eachInTeam(0, 0) do |pkmn, i|
next if !pkmn.able?
next if b.participants.include?(i) || expShare.include?(i)
pbDisplayPaused(_INTL("Your party Pokémon in waiting also got Exp. Points!")) if showMessage
pbDisplayPaused(_INTL("Your other Pokémon also gained Exp. Points!")) if showMessage
showMessage = false
pbGainEVsOne(i, b)
pbGainExpOne(i, b, numPartic, expShare, expAll, false)

View File

@@ -167,7 +167,7 @@ class Battle
new_index = pbLastInTeam(idxBattler)
idxPartyForName = new_index if new_index >= 0 && new_index != idxPartyNew
end
if pbDisplayConfirm(_INTL("{1} is about to send in {2}. Will you switch your Pokémon?",
if pbDisplayConfirm(_INTL("{1} is about to send out {2}. Will you switch your Pokémon?",
opponent.full_name, enemyParty[idxPartyForName].name))
idxPlayerPartyNew = pbSwitchInBetween(0, false, true)
if idxPlayerPartyNew >= 0