summaryrefslogtreecommitdiff
path: root/src/field/battle_tower.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-13 18:13:53 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-13 18:13:53 -0600
commit71848fc5fe7185dfcd3e048dee34d9a682b9ead5 (patch)
tree019def0171552ab0b62dc9c6ec9a2889c42eed59 /src/field/battle_tower.c
parent2e8f0cd4b33a7a3ea92b2b42742d78d98959d1e5 (diff)
clean up save.c
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)