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
|
||||
|
||||
BattleScript_ProteanActivates::
|
||||
pause B_WAIT_TIME_SHORTEST
|
||||
call BattleScript_AbilityPopUp
|
||||
printstring STRINGID_PKMNCHANGEDTYPE
|
||||
waitmessage B_WAIT_TIME_LONG
|
||||
|
|
|
@ -396,9 +396,10 @@
|
|||
|
||||
#define BATTLE_TERRAIN_COUNT 22
|
||||
|
||||
#define B_WAIT_TIME_LONG 64
|
||||
#define B_WAIT_TIME_MED 48
|
||||
#define B_WAIT_TIME_SHORT 32
|
||||
#define B_WAIT_TIME_LONG 64
|
||||
#define B_WAIT_TIME_MED 48
|
||||
#define B_WAIT_TIME_SHORT 32
|
||||
#define B_WAIT_TIME_SHORTEST 16
|
||||
|
||||
#define CHERRIM_OVERCAST 0
|
||||
#define CHERRIM_SUNSHINE 1
|
||||
|
|
Loading…
Reference in a new issue