summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-31 15:04:19 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-31 15:04:19 -0500
commitd3cd6e1e1a64a0093128918f9e02a79dc6d510cb (patch)
tree212ced67fff5042b40b2225d30087e41e83abf0a /wram.asm
parentf0915e2b664f3c045cdea710aeced219396db8bb (diff)
BankF documentation from HasMonFainted to Func_3d536
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 89edd69e..9bac935b 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1700,7 +1700,7 @@ W_PLAYERCONFUSEDCOUNTER:: ; d06b
wPlayerToxicCounter:: ; d06c
ds 1
-W_PLAYERDISABLEDMOVE:: ; d06d
+wPlayerDisabledMove:: ; d06d
; high nibble: which move is disabled (1-4)
; low nibble: disable turns left
ds 1
@@ -1749,7 +1749,7 @@ wObjectToShow:: ; d07a
ds 1
-W_ANIMATIONID:: ; d07c
+wAnimationID:: ; d07c
; ID number of the current battle animation
ds 1