summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2015-02-03 20:51:53 +0100
committeryenatch <yenatch@gmail.com>2015-02-04 23:22:46 -0800
commit9de54645c896cc57a79679aecd6174afc59762c8 (patch)
tree8ae99f34ab3e24453c4b8da9b602842d995bb86b /wram.asm
parent97637e7ce7110c9a20e5fa9222e445700857a9cb (diff)
add constants for volatile statuses and more battle labels/commentary/constants
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 1ff0a6a9..6a7e2763 100755
--- a/wram.asm
+++ b/wram.asm
@@ -348,7 +348,8 @@ wPlayerSelectedMove:: ; ccdc
wEnemySelectedMove:: ; ccdd
ds 1
-wccde:: ds 1
+wLinkBattleRNCount:: ; ccde
+ ds 1
wAICount:: ; ccdf
; number of times remaining that AI action can occur
@@ -1178,7 +1179,10 @@ W_DAMAGE:: ; d0d7
ds 1
wd0d8:: ds 3
-wd0db:: ds 1
+
+wRepelRemainingSteps:: ; wd0db
+ ds 1
+
wd0dc:: ds 4
wd0e0:: ds 1
wd0e1:: ds 56