mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 12:08:34 +01:00
Fixed Mega Evolution script name
This commit is contained in:
parent
11beec62ee
commit
dacd0785db
@ -7872,7 +7872,7 @@ BattleScript_FocusPunchSetUp::
|
|||||||
|
|
||||||
BattleScript_MegaEvolution::
|
BattleScript_MegaEvolution::
|
||||||
printstring STRINGID_MEGAEVOREACTING
|
printstring STRINGID_MEGAEVOREACTING
|
||||||
BattleScript_MegaEvolutionAfeterString:
|
BattleScript_MegaEvolutionAfterString:
|
||||||
waitmessage B_WAIT_TIME_LONG
|
waitmessage B_WAIT_TIME_LONG
|
||||||
setbyte gIsCriticalHit, 0
|
setbyte gIsCriticalHit, 0
|
||||||
handlemegaevo BS_ATTACKER, 0
|
handlemegaevo BS_ATTACKER, 0
|
||||||
@ -7886,7 +7886,7 @@ BattleScript_MegaEvolutionAfeterString:
|
|||||||
|
|
||||||
BattleScript_WishMegaEvolution::
|
BattleScript_WishMegaEvolution::
|
||||||
printstring STRINGID_FERVENTWISHREACHED
|
printstring STRINGID_FERVENTWISHREACHED
|
||||||
goto BattleScript_MegaEvolutionAfeterString
|
goto BattleScript_MegaEvolutionAfterString
|
||||||
|
|
||||||
BattleScript_PrimalReversion::
|
BattleScript_PrimalReversion::
|
||||||
printstring STRINGID_EMPTYSTRING3
|
printstring STRINGID_EMPTYSTRING3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user