diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-04 02:42:11 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-04 02:42:11 -0400 |
| commit | b565e6a9dc5f54fad37f750ae546e2334a6c66e5 (patch) | |
| tree | 8c626d1b42090a313d74a05d20ce5406956214d6 /data | |
| parent | 89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff) | |
Miscellaneous reorganization fixes
Diffstat (limited to 'data')
| -rw-r--r-- | data/battle/critical_hit_chances.asm (renamed from data/battle/critical_hits.asm) | 10 | ||||
| -rw-r--r-- | data/moves/critical_hit_moves.asm | 9 | ||||
| -rw-r--r-- | data/moves/metronome_exception_moves.asm (renamed from data/battle/metronome_exception_moves.asm) | 0 |
3 files changed, 9 insertions, 10 deletions
diff --git a/data/battle/critical_hits.asm b/data/battle/critical_hit_chances.asm index 5800d57f4..0128f1a1e 100644 --- a/data/battle/critical_hits.asm +++ b/data/battle/critical_hit_chances.asm @@ -1,13 +1,3 @@ -CriticalHitMoves: - db KARATE_CHOP - db RAZOR_WIND - db RAZOR_LEAF - db CRABHAMMER - db SLASH - db AEROBLAST - db CROSS_CHOP - db -1 - CriticalHitChances: db 7 percent ; 0 db 12 percent + 2 ; +1 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/battle/metronome_exception_moves.asm b/data/moves/metronome_exception_moves.asm index a5aa44132..a5aa44132 100644 --- a/data/battle/metronome_exception_moves.asm +++ b/data/moves/metronome_exception_moves.asm |
