summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-03-27 01:52:04 -0400
committeryenatch <yenatch@gmail.com>2013-03-27 03:33:24 -0400
commitd2f6b6febe31fe2c111243d97de029dd55e4a839 (patch)
tree1311624b0d9722c55a1463854fc31d2fb3dcf7ef /wram.asm
parent3e6c37fe5242d78ba915192a03e183dfbf031110 (diff)
Identify more move effect commands
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm10
1 files changed, 6 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index 104c8b5a1..dc4a1ab19 100644
--- a/wram.asm
+++ b/wram.asm
@@ -524,7 +524,7 @@ PlayerSubStatus2: ; c669
; 3
; 2
; 1
-; 0
+; 0 curled
ds 1
PlayerSubStatus3: ; c66a
; bit
@@ -540,7 +540,7 @@ PlayerSubStatus3: ; c66a
PlayerSubStatus4: ; c66b
; bit
; 7 leech seed
-; 6
+; 6 rage
; 5 recharge
; 4 substitute
; 3
@@ -551,7 +551,7 @@ PlayerSubStatus4: ; c66b
PlayerSubStatus5: ; c66c
; bit
; 7
-; 6
+; 6 destiny bond
; 5 lock-on
; 4
; 3
@@ -604,7 +604,9 @@ PlayerDamageTaken: ; c682
EnemyDamageTaken: ; c684
ds 2
- ds 5
+ ds 4
+
+ ds 1
BattleScriptBuffer: ; c68a
ds 40