summaryrefslogtreecommitdiff
path: root/include/data2.h
diff options
context:
space:
mode:
authorMCboy <atasro2@gmail.com>2018-08-12 23:26:00 +0430
committerGitHub <noreply@github.com>2018-08-12 23:26:00 +0430
commit1bc93c5a66ebc7ec790e3cb17f246aee75dcc73c (patch)
treef6edf1981a206483d1691e5ac388055abfc64424 /include/data2.h
parent9e9ec8dc963c4786ac3af19102ebe690cb7785d5 (diff)
parent21060091d109a6ebc4d1d76b8487878bb91cd5e1 (diff)
Merge branch 'master' into player_field_avatar
Diffstat (limited to 'include/data2.h')
-rw-r--r--include/data2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/data2.h b/include/data2.h
index d71958201..af830a4c4 100644
--- a/include/data2.h
+++ b/include/data2.h
@@ -1,6 +1,8 @@
#ifndef GUARD_DATA2_H
#define GUARD_DATA2_H
+#define MOVE_NAME_LENGTH 12
+
struct MonCoords
{
// This would use a bitfield, but some function
@@ -13,10 +15,9 @@ extern struct MonCoords gTrainerBackPicCoords[];
extern struct MonCoords gTrainerFrontPicCoords[];
extern const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1];
-extern const u8 gMoveNames[][13];
+extern const u8 gMoveNames[][MOVE_NAME_LENGTH + 1];
extern struct CompressedSpriteSheet gUnknown_0831C620;
extern struct CompressedSpritePalette gUnknown_0831C628;
extern const struct SpriteTemplate gUnknown_0831C688;
-
#endif // GUARD_DATA2_H