summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-09 00:24:51 -0700
committerYamaArashi <shadow962@live.com>2017-05-09 00:24:51 -0700
commit964b665d2a17295ae3a06be0439ef6ae5ccc3444 (patch)
tree99eaddbd193b9f466904667982af708100061b81 /src/new_game.c
parent4b4f716ae0c582068928a4ae7b31d9d10ac89eb5 (diff)
name mail_data.c functions
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c
index 3b93d37cc..ca53ff15f 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -116,7 +116,7 @@ void NewGameInitData(void)
sub_808C02C();
sub_8052DE4();
memset(&gSaveBlock1, 0, sizeof(gSaveBlock1));
- sub_80A2B18();
+ ClearMailData();
gSaveBlock2.specialSaveWarp = 0;
set_player_trainer_id();
PlayTimeCounter_Reset();