summaryrefslogtreecommitdiff
path: root/src/battle_2.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-23 00:34:55 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-23 00:34:55 -0500
commitcd7c3476d51379a622210973be817ab783eabfa0 (patch)
treebc52de7b95289745316634ea66282b20c8459f4b /src/battle_2.c
parent0d38d443b561f9baaae12324712503dfccaf01ea (diff)
Rename script commands again
Diffstat (limited to 'src/battle_2.c')
-rw-r--r--src/battle_2.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/battle_2.c b/src/battle_2.c
index aeba69213..cee845c75 100644
--- a/src/battle_2.c
+++ b/src/battle_2.c
@@ -43,6 +43,7 @@
#include "tv.h"
#include "safari_zone.h"
#include "battle_string_ids.h"
+#include "data2.h"
struct UnknownStruct6
{
@@ -2481,15 +2482,6 @@ static void sub_80398D0(struct Sprite *sprite)
}
}
-// to get rid of once the struct is declared in a header
-struct MonCoords
-{
- // This would use a bitfield, but sub_8079F44
- // uses it as a u8 and casting won't match.
- u8 coords; // u8 x:4, y:4;
- u8 y_offset;
-};
-
extern const struct MonCoords gMonFrontPicCoords[];
extern const struct MonCoords gCastformFrontSpriteCoords[];