summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/new_game.c b/src/new_game.c
index 05fb9c83e..d03e83b34 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -1,5 +1,4 @@
#include "global.h"
-#include "new_game.h"
#include "random.h"
#include "main.h"
#include "overworld.h"
@@ -145,7 +144,7 @@ void NewGameInitData(void)
ResetTrainerFanClub();
UnionRoomChat_InitializeRegisteredTexts();
ResetMiniGamesResults();
- sub_8143D24();
+ InitMEventData();
SetAllRenewableItemFlags();
WarpToPlayersRoom();
ScriptContext2_RunNewScript(EventScript_ResetAllMapFlags);