summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 6db19111..be8d061e 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1496,7 +1496,7 @@ wEnemyMoveType:: ; cfcf
ds 1
wEnemyMoveAccuracy:: ; cfd0
ds 1
-W_ENEMYMOVEMAXPP:: ; cfd1
+wEnemyMoveMaxPP:: ; cfd1
ds 1
wPlayerMoveNum:: ; cfd2
ds 1
@@ -1508,7 +1508,7 @@ wPlayerMoveType:: ; cfd5
ds 1
wPlayerMoveAccuracy:: ; cfd6
ds 1
-W_PLAYERMOVEMAXPP:: ; cfd7
+wPlayerMoveMaxPP:: ; cfd7
ds 1