Review changes

This commit is contained in:
GriffinR
2020-01-24 12:39:40 -05:00
parent ce5bc554e5
commit 9ecd065b50
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -492,7 +492,7 @@ void InitTrainerTowerBattleStruct(void)
void FreeTrainerTowerBattleStruct(void)
{
FREE_AND_SET_NULL(sTrainerTowerOpponent)
FREE_AND_SET_NULL(sTrainerTowerOpponent);
}
void GetTrainerTowerOpponentWinText(u8 *dest, u8 opponentIdx)
@@ -551,7 +551,7 @@ static void SetUpTrainerTowerDataStruct(void) // fakematching
static void FreeTrainerTowerDataStruct(void)
{
FREE_AND_SET_NULL(sTrainerTowerState)
FREE_AND_SET_NULL(sTrainerTowerState);
}
static void InitTrainerTowerFloor(void)