summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-16 13:33:38 -0400
committerGitHub <noreply@github.com>2017-07-16 13:33:38 -0400
commite50b9e28bc0d98c69b22f6d13298e705eb4eb865 (patch)
tree612daf51185f6c0b35976a888d4091ad465288ac /src/new_game.c
parenta0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff)
parent078e07ce1096733e31b7bf823db325b0f3b02a05 (diff)
Merge pull request #354 from camthesaxman/decompile_item_menu
decompile item_menu
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 33aacd10a..4b6ea1dd2 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -114,7 +114,7 @@ void sub_8052E4C(void)
sub_808C0A0();
ZeroPlayerPartyMons();
ZeroEnemyPartyMons();
- sub_80A3684();
+ ResetBagScrollPositions();
}
void NewGameInitData(void)