aboutsummaryrefslogtreecommitdiffstats
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 fd896160..cd329ddf 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1494,7 +1494,7 @@ wEnemyMovePower:: ; cfce
ds 1
wEnemyMoveType:: ; cfcf
ds 1
-W_ENEMYMOVEACCURACY:: ; cfd0
+wEnemyMoveAccuracy:: ; cfd0
ds 1
W_ENEMYMOVEMAXPP:: ; cfd1
ds 1
@@ -1506,7 +1506,7 @@ wPlayerMovePower:: ; cfd4
ds 1
wPlayerMoveType:: ; cfd5
ds 1
-W_PLAYERMOVEACCURACY:: ; cfd6
+wPlayerMoveAccuracy:: ; cfd6
ds 1
W_PLAYERMOVEMAXPP:: ; cfd7
ds 1