mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
PP must be 40 or less
This commit is contained in:
parent
c3331eb7b1
commit
367a104203
@ -8,6 +8,7 @@ MACRO move
|
|||||||
db \5 percent ; accuracy
|
db \5 percent ; accuracy
|
||||||
db \6 ; pp
|
db \6 ; pp
|
||||||
db \7 percent ; effect chance
|
db \7 percent ; effect chance
|
||||||
|
assert \6 <= 40, "PP must be 40 or less"
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
Moves:
|
Moves:
|
||||||
|
Loading…
Reference in New Issue
Block a user