aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2013-12-23 18:57:01 -0600
committerMarcus Huderle <huderlem@gmail.com>2013-12-23 18:57:01 -0600
commitfe9df41b5fc32cb855ae17ce9c3296803e798083 (patch)
tree013619910e48f8c20312b09f075febd6ce13915b /constants.asm
parentMerge branch 'music' of https://github.com/dannye/pokered (diff)
downloadpokeyellow-fe9df41b5fc32cb855ae17ce9c3296803e798083.tar.gz
pokeyellow-fe9df41b5fc32cb855ae17ce9c3296803e798083.tar.xz
pokeyellow-fe9df41b5fc32cb855ae17ce9c3296803e798083.zip
Labeled Special Effect pointers and ids.
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 87f0b633..60fa614a 100644
--- a/constants.asm
+++ b/constants.asm
@@ -15,6 +15,7 @@ INCLUDE "constants/trainer_constants.asm"
INCLUDE "constants/item_constants.asm"
INCLUDE "constants/type_constants.asm"
INCLUDE "constants/move_constants.asm"
+INCLUDE "constants/move_animation_constants.asm"
INCLUDE "constants/move_effect_constants.asm"
INCLUDE "constants/status_constants.asm"
INCLUDE "constants/sprite_constants.asm"