mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
PP must be 40 or less
This commit is contained in:
parent
498da6ab09
commit
1e689606a3
|
@ -5,6 +5,7 @@ MACRO move
|
||||||
db \4 ; type
|
db \4 ; type
|
||||||
db \5 percent ; accuracy
|
db \5 percent ; accuracy
|
||||||
db \6 ; pp
|
db \6 ; pp
|
||||||
|
assert \6 <= 40, "PP must be 40 or less"
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
Moves:
|
Moves:
|
||||||
|
|
Loading…
Reference in a new issue