summaryrefslogtreecommitdiff
path: root/include/data2.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-10 19:28:52 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-10 19:28:52 -0400
commit9bee601b163ff9fcfebba6021ea162880b6fed92 (patch)
tree89255332ccbfb743ecc81dc068f06bfc02a66043 /include/data2.h
parent508a8e51824e4d9d09a5122576c3b69f43cb2cbf (diff)
through sub_80DB174
Diffstat (limited to 'include/data2.h')
-rw-r--r--include/data2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/data2.h b/include/data2.h
index d71958201..2cc13d88e 100644
--- a/include/data2.h
+++ b/include/data2.h
@@ -1,6 +1,8 @@
#ifndef GUARD_DATA2_H
#define GUARD_DATA2_H
+#include "constants/species.h"
+
struct MonCoords
{
// This would use a bitfield, but some function
@@ -17,6 +19,6 @@ extern const u8 gMoveNames[][13];
extern struct CompressedSpriteSheet gUnknown_0831C620;
extern struct CompressedSpritePalette gUnknown_0831C628;
extern const struct SpriteTemplate gUnknown_0831C688;
-
+extern const struct CompressedSpriteSheet gMonBackPicTable[NUM_SPECIES];
#endif // GUARD_DATA2_H