diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-08 16:44:04 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-08 18:54:51 -0400 |
commit | e84da39d8ad7228e731a55b2d6eaf58aa8acc96f (patch) | |
tree | 0e6838cb69cac5b14ff152104a8ec99c3a913610 /include/battle_main.h | |
parent | 4d31980359af92c407a15358d3c73ba47d6f00b7 (diff) |
Match BattleIntroOpponent1SendsOutMonAnimation
Diffstat (limited to 'include/battle_main.h')
-rw-r--r-- | include/battle_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_main.h b/include/battle_main.h index 9e3dc7cd6..0176f7f24 100644 --- a/include/battle_main.h +++ b/include/battle_main.h @@ -81,6 +81,7 @@ u8 GetWhoStrikesFirst(u8 battlerId1, u8 battlerId2, bool8 ignoreChosenMoves); void RunBattleScriptCommands_PopCallbacksStack(void); void RunBattleScriptCommands(void); bool8 TryRunFromBattle(u8 battlerId); +void SpecialStatusesClear(void); extern struct UnknownPokemonStruct4 gMultiPartnerParty[MULTI_PARTY_SIZE]; |