summaryrefslogtreecommitdiff
path: root/src/field/battle_tower.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-01-14 17:43:11 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-01-14 17:43:11 -0500
commite86234ff99ffa4b60df180d462c2af0f1ed4d447 (patch)
tree0d7240ce350146c6fa2189bf89aa96b08f3a6fdc /src/field/battle_tower.c
parent1ff1e8ce9547d646b17b135b3013a516d17f35db (diff)
parent7e3495747035d13f72ba869195b21f4e61ee283a (diff)
Merge branch 'master' into pokemon_storage_system
Diffstat (limited to 'src/field/battle_tower.c')
-rw-r--r--src/field/battle_tower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/battle_tower.c b/src/field/battle_tower.c
index 11c05e478..ab2a818a7 100644
--- a/src/field/battle_tower.c
+++ b/src/field/battle_tower.c
@@ -1895,7 +1895,7 @@ void SaveBattleTowerProgress(void)
VarSet(VAR_TEMP_0, 0);
gSaveBlock2.battleTower.unk_554 = 1;
- TrySavingData(EREADER_SAVE);
+ Save_WriteData(SAVE_EREADER);
}
void BattleTower_SoftReset(void)