summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-21 13:25:26 +0200
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-22 01:05:20 +0200
commit6f2cd1e2da53cb0c4a4f4465d8ad72532050174d (patch)
tree1ba4f8d7c40de77de4d62cbb32a7b9666d5335da /src/scrcmd.c
parentd35dc5bd698b8e359669ac0e5bc74b2df0e58bd8 (diff)
Add data2 header
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 136181bd3..33867b58a 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -6,6 +6,7 @@
#include "clock.h"
#include "coins.h"
#include "contest_painting.h"
+#include "data2.h"
#include "decoration.h"
#include "event_data.h"
#include "field_door.h"
@@ -59,9 +60,6 @@ extern SpecialFunc gSpecials[];
extern u8 *gStdScripts[];
extern u8 *gStdScripts_End[];
-extern u8 gSpeciesNames[][11];
-extern u8 gMoveNames[][13];
-
extern u8 * const gUnknown_083CE048[];
extern struct Decoration gDecorations[];