diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 15:12:49 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 15:12:49 -0500 |
commit | 5a73a62d9bdaa42aa3b94064a0ddba63a8e34ad2 (patch) | |
tree | 710bacb3bd6d11d6f6d16639e99b5c95424261c4 /data/moves/effects_priorities.asm | |
parent | 2f741dfa03204d4a98988ee76b241edc90f5ffc4 (diff) |
Move battle engine data into data/
IsJohtoGymLeader → IsGymLeader
Diffstat (limited to 'data/moves/effects_priorities.asm')
-rw-r--r-- | data/moves/effects_priorities.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/moves/effects_priorities.asm b/data/moves/effects_priorities.asm new file mode 100644 index 000000000..6faa6d032 --- /dev/null +++ b/data/moves/effects_priorities.asm @@ -0,0 +1,9 @@ +MoveEffectPriorities: ; 3c5df + db EFFECT_PROTECT, 3 + db EFFECT_ENDURE, 3 + db EFFECT_PRIORITY_HIT, 2 + db EFFECT_FORCE_SWITCH, 0 + db EFFECT_COUNTER, 0 + db EFFECT_MIRROR_COAT, 0 + db -1 +; 3c5ec |