From d973447818ba774a166ebc748572487dc3071ba9 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 23 Jan 2016 15:31:55 -0500 Subject: More BankF documentation MoveHitTest to MoveEffectPointerTable --- wram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wram.asm') 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 -- cgit v1.3.1-sl0p