diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-22 11:41:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:41:40 -0500 |
commit | d58a5decded55eb7311ea2e68a2e2dd24059db4a (patch) | |
tree | 713464896261218ec711e3baa22bb883a4f50cd9 /include/battle.h | |
parent | fbf0c4616c397bf7d9d5a8d2dfda5c647fa18af7 (diff) | |
parent | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (diff) |
Merge branch 'master' into doc-cinnabar
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index bed12204f..c9534745d 100644 --- a/include/battle.h +++ b/include/battle.h @@ -45,7 +45,6 @@ #define B_ACTION_NONE 0xFF #define MAX_TRAINER_ITEMS 4 -#define MAX_MON_MOVES 4 // array entries for battle communication #define MULTIUSE_STATE 0x0 |