mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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 \6 ; pp
|
||||
db \7 percent ; effect chance
|
||||
assert \6 <= 40, "PP must be 40 or less"
|
||||
ENDM
|
||||
|
||||
Moves:
|
||||
|
Loading…
Reference in New Issue
Block a user