summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/trainer_tower.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c
index 0546f9bae..21120ad20 100644
--- a/src/trainer_tower.c
+++ b/src/trainer_tower.c
@@ -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)