diff options
author | xCrystal <rgr.crystal@gmail.com> | 2015-02-03 20:51:53 +0100 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-04 23:22:46 -0800 |
commit | 9de54645c896cc57a79679aecd6174afc59762c8 (patch) | |
tree | 8ae99f34ab3e24453c4b8da9b602842d995bb86b /wram.asm | |
parent | 97637e7ce7110c9a20e5fa9222e445700857a9cb (diff) |
add constants for volatile statuses and more battle labels/commentary/constants
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |