summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-17 03:00:48 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-17 03:00:48 -0400
commitece7ef3410eb9b114cf328426c4fc16c972f71c6 (patch)
tree1a6b3b96d60ccb13e4695e4c8ad1f9b56e9a3971 /src/new_game.c
parentd0455485c3ea862d4089b2b4bb02bb00f3005599 (diff)
Correct usage of MysteryEvent to MysteryGift
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 c4622820c..1362c492d 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -43,7 +43,7 @@
#include "player_pc.h"
#include "field_specials.h"
#include "berry_powder.h"
-#include "mevent.h"
+#include "mystery_gift.h"
#include "union_room_chat.h"
extern const u8 EventScript_ResetAllMapFlags[];