diff options
| author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-16 19:54:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 19:54:54 +0300 |
| commit | 346d0375181b8cd396c6cb9b6a8247184214402b (patch) | |
| tree | a45851568f899c69cdc596d17de158741848a9fb /include/constants | |
| parent | aa3592778ae6de9f63c4df170393bf37280e591b (diff) | |
| parent | faf26c04c34d9c537901e0e81aa4ee917122a392 (diff) | |
Merge pull request #170 from PikalaxALT/pikalax_work
Decompile move table access routines
Diffstat (limited to 'include/constants')
| -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 |
