aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-01-16 15:16:13 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-01-16 15:16:13 -0500
commit02598831824a605fe66fe09dcdef7ad399dc0d7d (patch)
treef969d2a7916010308633f25c970610d1a484d981 /wram.asm
parentMore BankF documentation (diff)
downloadpokeyellow-02598831824a605fe66fe09dcdef7ad399dc0d7d.tar.gz
pokeyellow-02598831824a605fe66fe09dcdef7ad399dc0d7d.tar.xz
pokeyellow-02598831824a605fe66fe09dcdef7ad399dc0d7d.zip
More bankF documentation.
PrintCriticalOHKOText to AdjustDamageForMoveType
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