Fix naming style of function

This commit is contained in:
ExpoSeed
2020-07-27 21:22:16 -05:00
parent 71dc5edf2e
commit b401e2eb86
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ void CancelMultiTurnMoves(u8 battlerId);
bool8 WasUnableToUseMove(u8 battlerId);
void PrepareStringBattle(u16 stringId, u8 battlerId);
void ResetSentPokesToOpponentValue(void);
void OpponentSwitchInResetSentPokesToOpponent(u8 battlerId);
void OpponentSwitchInResetSentPokesToOpponentValue(u8 battlerId);
void UpdateSentPokesToOpponentValue(u8 battlerId);
void BattleScriptPush(const u8* bsPtr);
void BattleScriptPushCursor(void);