From 424076d3a557419bc548346c7625931cc09a34b2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 16 Jun 2020 08:26:08 -0400 Subject: Decompile move table access routines --- include/constants/moves.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/constants') 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 -- cgit v1.2.3