summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-09 01:56:49 -0700
committerYamaArashi <shadow962@live.com>2017-05-09 01:56:49 -0700
commit3ee2e8ce97c33eb9bc837779c8a46b546d805367 (patch)
tree1e8ebc656e4cc1bb5a918d18025e254a514f0e0c /src/new_game.c
parent60cf06cccacb692bbd2270b08ad0d583a8a76090 (diff)
name more functions
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/new_game.c b/src/new_game.c
index 8fa946748..6d2722c44 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -139,10 +139,10 @@ void NewGameInitData(void)
ClearRoamerData();
ClearRoamerLocationData();
gSaveBlock1.registeredItem = 0;
- ClearItems();
+ ClearBag();
NewGameInitPCItems();
- sub_810C994();
- sub_8133F80();
+ ClearPokeblocks();
+ ClearDecorationInventories();
InitEasyChatPhrases();
SetMauvilleOldMan();
InitDewfordTrends();