summaryrefslogtreecommitdiff
path: root/include/moves.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-09-30 03:00:10 -0500
committerGitHub <noreply@github.com>2017-09-30 03:00:10 -0500
commit741c99cded03ceb2d924b52b5c44d68bc5901b17 (patch)
tree722c09a5712e65b460268a300b0799eeef6374fc /include/moves.h
parentf09a6a653c2691865314a309266d4d6d82152fdc (diff)
parent4dad58648fe65b7df90da45972518222853b2e98 (diff)
Merge pull request #45 from DizzyEggg/decomp_battle4
Decompile Battle 4
Diffstat (limited to 'include/moves.h')
-rw-r--r--include/moves.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/moves.h b/include/moves.h
index e3b6d3113..bc213cbc7 100644
--- a/include/moves.h
+++ b/include/moves.h
@@ -360,4 +360,6 @@ enum
MOVE_PSYCHO_BOOST,
};
-#endif // GUARD_MOVES_H \ No newline at end of file
+#define LAST_MOVE_INDEX MOVE_PSYCHO_BOOST
+
+#endif // GUARD_MOVES_H