diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-15 13:10:29 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-15 13:10:29 +0800 |
commit | 51a779aa7b0318d9c4388d839b2210f963607a82 (patch) | |
tree | 892e223e4c26d654e9886933482dbdd9ecb3f79b /include/constants/moves.h | |
parent | 00cd1d483d76c9e63b010eb98a3e1f03386934ca (diff) |
finished pokemon data decomp
Diffstat (limited to 'include/constants/moves.h')
-rw-r--r-- | include/constants/moves.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/moves.h b/include/constants/moves.h index f3a3acb90..62eacc5f1 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -359,4 +359,6 @@ #define LAST_MOVE_INDEX MOVE_PSYCHO_BOOST +#define MOVES_COUNT 355 + #endif // GUARD_CONSTANTS_MOVES_H |