aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-01-23 15:31:55 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-01-23 15:31:55 -0500
commitd973447818ba774a166ebc748572487dc3071ba9 (patch)
tree43944515b5b2e2dfd3832db63435d65554d31d57 /wram.asm
parentMore bankF documentation. (diff)
downloadpokeyellow-d973447818ba774a166ebc748572487dc3071ba9.tar.gz
pokeyellow-d973447818ba774a166ebc748572487dc3071ba9.tar.xz
pokeyellow-d973447818ba774a166ebc748572487dc3071ba9.zip
More BankF documentation
MoveHitTest to MoveEffectPointerTable
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