summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-21 00:06:42 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-21 00:06:42 +0200
commit16026fe91d5628f138be434841ae764534946b2c (patch)
treebc647520019d0078e1fc68869107908c4af30a9e /src/record_mixing.c
parentf4e55999a5282dc1d2b94e0ca14081de6aae93ba (diff)
More battle tower.
Diffstat (limited to 'src/record_mixing.c')
-rw-r--r--src/record_mixing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/record_mixing.c b/src/record_mixing.c
index 4c3c3d03c..4fb4a256e 100644
--- a/src/record_mixing.c
+++ b/src/record_mixing.c
@@ -686,7 +686,7 @@ static void ReceiveBattleTowerData(void *battleTowerRecord, size_t recordSize, u
}
CalcEmeraldBattleTowerChecksum(dest);
}
- sub_81628A0((void *)battleTowerRecord + recordSize * which);
+ PutNewBattleTowerRecord((void *)battleTowerRecord + recordSize * which);
}
static void ReceiveLilycoveLadyData(LilycoveLady *lilycoveLady, size_t recordSize, u8 which)