From 02598831824a605fe66fe09dcdef7ad399dc0d7d Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 16 Jan 2016 15:16:13 -0500 Subject: More bankF documentation. PrintCriticalOHKOText to AdjustDamageForMoveType --- wram.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wram.asm') 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 -- cgit v1.3.1-sl0p