mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-14 07:33:44 +01:00
Added a pause to BattleScript_ProteanActivates
This commit is contained in:
parent
bee4019d22
commit
b2965e5522
@ -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…
x
Reference in New Issue
Block a user