Added a pause to BattleScript_ProteanActivates

This commit is contained in:
LOuroboros 2022-01-11 20:15:47 -03:00
parent bee4019d22
commit b2965e5522
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -396,9 +396,10 @@
#define BATTLE_TERRAIN_COUNT 22 #define BATTLE_TERRAIN_COUNT 22
#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