aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-03-26 19:04:14 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-03-26 19:04:29 -0400
commitb8d71377bf7600abd624a21599f6a60373beaf66 (patch)
tree3adce9e1f176b0d2a45203fe27399a2f66e9f59a /wram.asm
parentMore animations.asm documentation (diff)
downloadpokeyellow-b8d71377bf7600abd624a21599f6a60373beaf66.tar.gz
pokeyellow-b8d71377bf7600abd624a21599f6a60373beaf66.tar.xz
pokeyellow-b8d71377bf7600abd624a21599f6a60373beaf66.zip
Document the rest of animations.asm
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 6db19111..be8d061e 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1496,7 +1496,7 @@ wEnemyMoveType:: ; cfcf
ds 1
wEnemyMoveAccuracy:: ; cfd0
ds 1
-W_ENEMYMOVEMAXPP:: ; cfd1
+wEnemyMoveMaxPP:: ; cfd1
ds 1
wPlayerMoveNum:: ; cfd2
ds 1
@@ -1508,7 +1508,7 @@ wPlayerMoveType:: ; cfd5
ds 1
wPlayerMoveAccuracy:: ; cfd6
ds 1
-W_PLAYERMOVEMAXPP:: ; cfd7
+wPlayerMoveMaxPP:: ; cfd7
ds 1