birdboss v2.0

This commit is contained in:
infinitefusion
2022-11-13 21:51:58 -05:00
parent 4fcb68cba3
commit 47b1faa742
10 changed files with 518 additions and 7 deletions

View File

@@ -202,8 +202,8 @@ class PokeBattle_Battle
msg += _INTL("{1} sent out {2} and {3}!",t.full_name,
@battlers[sent[0]].name,@battlers[sent[1]].name)
when 3
if $PokemonTemp.battleRules["birdboss"]
msg += _INTL("{1} sent out Zapmolticuno!",t.full_name)
if $game_switches[SWITCH_BIRDBOSS_BATTLE]
msg += _INTL("{1} sent out Zapmolcuno!",t.full_name)
else
msg += _INTL("{1} sent out {2}, {3} and {4}!",t.full_name,
@battlers[sent[0]].name,@battlers[sent[1]].name,@battlers[sent[2]].name)