From 9de54645c896cc57a79679aecd6174afc59762c8 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 3 Feb 2015 20:51:53 +0100 Subject: add constants for volatile statuses and more battle labels/commentary/constants --- wram.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'wram.asm') 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 -- cgit v1.3.1-sl0p