summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-04-27 14:19:54 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-04-27 14:19:54 -0400
commit15f5cb7e7398431ae22f24c8e8a69683a0dc24fc (patch)
tree59e6ca4c3e48a892685ffefef42b8f823868051f /src/new_game.c
parent7d4c9d1f9f11c60db3a0e81777cfbbbda483d2e3 (diff)
Sync new_game.inc
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/new_game.c b/src/new_game.c
index 683a22801..63a13be5e 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -38,7 +38,7 @@ extern u8 gPlayerPartyCount;
extern u8 gUnknown_03005CE8;
extern u16 gSaveFileStatus;
-extern u8 gUnknown_0819FA81[];
+extern u8 EventScript_ResetAllMapFlags[];
static const struct ContestWinner sEmptyMuseumPortrait =
{
@@ -202,7 +202,7 @@ void NewGameInitData(void)
ResetFanClub();
ResetLotteryCorner();
WarpToTruck();
- ScriptContext2_RunNewScript(gUnknown_0819FA81);
+ ScriptContext2_RunNewScript(EventScript_ResetAllMapFlags);
}
#if DEBUG