diff options
author | yenatch <yenatch@gmail.com> | 2013-03-27 01:52:04 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-27 03:33:24 -0400 |
commit | d2f6b6febe31fe2c111243d97de029dd55e4a839 (patch) | |
tree | 1311624b0d9722c55a1463854fc31d2fb3dcf7ef /wram.asm | |
parent | 3e6c37fe5242d78ba915192a03e183dfbf031110 (diff) |
Identify more move effect commands
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |