summaryrefslogtreecommitdiff
path: root/data/moves
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-04 02:42:11 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-04 02:42:11 -0400
commitb565e6a9dc5f54fad37f750ae546e2334a6c66e5 (patch)
tree8c626d1b42090a313d74a05d20ce5406956214d6 /data/moves
parent89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff)
Miscellaneous reorganization fixes
Diffstat (limited to 'data/moves')
-rw-r--r--data/moves/critical_hit_moves.asm9
-rw-r--r--data/moves/metronome_exception_moves.asm17
2 files changed, 26 insertions, 0 deletions
diff --git a/data/moves/critical_hit_moves.asm b/data/moves/critical_hit_moves.asm
new file mode 100644
index 000000000..4a4730574
--- /dev/null
+++ b/data/moves/critical_hit_moves.asm
@@ -0,0 +1,9 @@
+CriticalHitMoves:
+ db KARATE_CHOP
+ db RAZOR_WIND
+ db RAZOR_LEAF
+ db CRABHAMMER
+ db SLASH
+ db AEROBLAST
+ db CROSS_CHOP
+ db -1
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