mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
10 lines
207 B
NASM
10 lines
207 B
NASM
|
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
|