diff options
Diffstat (limited to 'data/battle/critical_hit_moves.asm')
-rw-r--r-- | data/battle/critical_hit_moves.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/battle/critical_hit_moves.asm b/data/battle/critical_hit_moves.asm new file mode 100644 index 00000000..ee7543e8 --- /dev/null +++ b/data/battle/critical_hit_moves.asm @@ -0,0 +1,6 @@ +HighCriticalMoves: + db KARATE_CHOP + db RAZOR_LEAF + db CRABHAMMER + db SLASH + db $FF |