diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-16 08:26:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-16 08:26:08 -0400 |
commit | 424076d3a557419bc548346c7625931cc09a34b2 (patch) | |
tree | a841b547ceb674659f0f076d6e74aa3435920b1d /include/constants/moves.h | |
parent | c1347194db3ca34035901203deaebf0141357524 (diff) |
Decompile move table access routines
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 e25c16c9..bd658c17 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -470,4 +470,6 @@ #define MOVE_OMINOUS_WIND 466 #define MOVE_SHADOW_FORCE 467 +#define NUM_MOVES MOVE_SHADOW_FORCE + #endif //POKEDIAMOND_CONSTANTS_MOVES_H |