You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
PP must be 40 or less
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user