From d07cd794431090033b62b8438530a99e1f52bfad Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 9 Sep 2013 21:23:42 -0400 Subject: [PATCH] consecutive protect/endure count in battle --- wram.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wram.asm b/wram.asm index 6b4b29f4c..6f25a2f96 100644 --- a/wram.asm +++ b/wram.asm @@ -588,6 +588,7 @@ PlayerPerishCount: ; c677 ds 1 PlayerFuryCutterCount: ; c678 ds 1 +PlayerProtectCount: ; c679 ds 1 EnemyRolloutCount: ; c67a @@ -603,6 +604,7 @@ EnemyPerishCount: ; c67f ds 1 EnemyFuryCutterCount: ; c680 ds 1 +EnemyProtectCount: ; c681 ds 1 PlayerDamageTaken: ; c682