summaryrefslogtreecommitdiff
path: root/data/moves/metronome_exception_moves.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-07-17 18:16:12 -0400
committerGitHub <noreply@github.com>2018-07-17 18:16:12 -0400
commit3e14c1f26e91b1fc1d18eed389518ae8454e938f (patch)
tree64db6e9f438a62248ef0f0fe8e874ca6cf94b720 /data/moves/metronome_exception_moves.asm
parent89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff)
parentb23f0b2bdaa993f17d8312bcde5f2b8a59ef9c90 (diff)
Merge pull request #539 from Rangi42/master
[RTM] Miscellaneous reorganization fixes
Diffstat (limited to 'data/moves/metronome_exception_moves.asm')
-rw-r--r--data/moves/metronome_exception_moves.asm17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/moves/metronome_exception_moves.asm b/data/moves/metronome_exception_moves.asm
new file mode 100644
index 000000000..a5aa44132
--- /dev/null
+++ b/data/moves/metronome_exception_moves.asm
@@ -0,0 +1,17 @@
+; Metronome cannot turn into these moves.
+
+MetronomeExcepts:
+ db NO_MOVE
+ db METRONOME
+ db STRUGGLE
+ db SKETCH
+ db MIMIC
+ db COUNTER
+ db MIRROR_COAT
+ db PROTECT
+ db DETECT
+ db ENDURE
+ db DESTINY_BOND
+ db SLEEP_TALK
+ db THIEF
+ db -1