Added a pause to BattleScript_ProteanActivates
This commit is contained in:
parent
bee4019d22
commit
b2965e5522
2 changed files with 5 additions and 3 deletions
|
@ -8299,6 +8299,7 @@ BattleScript_MimicryActivatesEnd3::
|
||||||
end3
|
end3
|
||||||
|
|
||||||
BattleScript_ProteanActivates::
|
BattleScript_ProteanActivates::
|
||||||
|
pause B_WAIT_TIME_SHORTEST
|
||||||
call BattleScript_AbilityPopUp
|
call BattleScript_AbilityPopUp
|
||||||
printstring STRINGID_PKMNCHANGEDTYPE
|
printstring STRINGID_PKMNCHANGEDTYPE
|
||||||
waitmessage B_WAIT_TIME_LONG
|
waitmessage B_WAIT_TIME_LONG
|
||||||
|
|
|
@ -399,6 +399,7 @@
|
||||||
#define B_WAIT_TIME_LONG 64
|
#define B_WAIT_TIME_LONG 64
|
||||||
#define B_WAIT_TIME_MED 48
|
#define B_WAIT_TIME_MED 48
|
||||||
#define B_WAIT_TIME_SHORT 32
|
#define B_WAIT_TIME_SHORT 32
|
||||||
|
#define B_WAIT_TIME_SHORTEST 16
|
||||||
|
|
||||||
#define CHERRIM_OVERCAST 0
|
#define CHERRIM_OVERCAST 0
|
||||||
#define CHERRIM_SUNSHINE 1
|
#define CHERRIM_SUNSHINE 1
|
||||||
|
|
Loading…
Reference in a new issue