Fixed Mega Evolution script name
This commit is contained in:
parent
11beec62ee
commit
dacd0785db
1 changed files with 2 additions and 2 deletions
|
@ -7872,7 +7872,7 @@ BattleScript_FocusPunchSetUp::
|
|||
|
||||
BattleScript_MegaEvolution::
|
||||
printstring STRINGID_MEGAEVOREACTING
|
||||
BattleScript_MegaEvolutionAfeterString:
|
||||
BattleScript_MegaEvolutionAfterString:
|
||||
waitmessage B_WAIT_TIME_LONG
|
||||
setbyte gIsCriticalHit, 0
|
||||
handlemegaevo BS_ATTACKER, 0
|
||||
|
@ -7886,7 +7886,7 @@ BattleScript_MegaEvolutionAfeterString:
|
|||
|
||||
BattleScript_WishMegaEvolution::
|
||||
printstring STRINGID_FERVENTWISHREACHED
|
||||
goto BattleScript_MegaEvolutionAfeterString
|
||||
goto BattleScript_MegaEvolutionAfterString
|
||||
|
||||
BattleScript_PrimalReversion::
|
||||
printstring STRINGID_EMPTYSTRING3
|
||||
|
|
Loading…
Reference in a new issue