summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index 13aac75e..fd896160 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1490,7 +1490,7 @@ wEnemyMoveNum:: ; cfcc
ds 1
wEnemyMoveEffect:: ; cfcd
ds 1
-W_ENEMYMOVEPOWER:: ; cfce
+wEnemyMovePower:: ; cfce
ds 1
wEnemyMoveType:: ; cfcf
ds 1
@@ -1498,13 +1498,13 @@ W_ENEMYMOVEACCURACY:: ; cfd0
ds 1
W_ENEMYMOVEMAXPP:: ; cfd1
ds 1
-W_PLAYERMOVENUM:: ; cfd2
+wPlayerMoveNum:: ; cfd2
ds 1
wPlayerMoveEffect:: ; cfd3
ds 1
-W_PLAYERMOVEPOWER:: ; cfd4
+wPlayerMovePower:: ; cfd4
ds 1
-W_PLAYERMOVETYPE:: ; cfd5
+wPlayerMoveType:: ; cfd5
ds 1
W_PLAYERMOVEACCURACY:: ; cfd6
ds 1