aboutsummaryrefslogtreecommitdiffstats
path: root/data/moves
diff options
context:
space:
mode:
Diffstat (limited to 'data/moves')
-rw-r--r--data/moves/moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/moves/moves.asm b/data/moves/moves.asm
index f435ab6b..ac638721 100644
--- a/data/moves/moves.asm
+++ b/data/moves/moves.asm
@@ -5,7 +5,7 @@ MACRO move
db \4 ; type
db \5 percent ; accuracy
db \6 ; pp
- assert \6 <= 40, "PP must be 40 or less"
+ ASSERT \6 <= 40, "PP must be 40 or less"
ENDM
Moves: