shithub: pokecrystal

Download patch

ref: d07cd794431090033b62b8438530a99e1f52bfad
parent: 110477cd9e6ed4c9249f7bac28b5a84fa81e8efc
author: yenatch <[email protected]>
date: Mon Sep 9 17:23:42 EDT 2013

consecutive protect/endure count in battle

--- a/wram.asm
+++ b/wram.asm
@@ -588,6 +588,7 @@
 	ds 1
 PlayerFuryCutterCount: ; c678
 	ds 1
+PlayerProtectCount: ; c679
 	ds 1
 
 EnemyRolloutCount: ; c67a
@@ -603,6 +604,7 @@
 	ds 1
 EnemyFuryCutterCount: ; c680
 	ds 1
+EnemyProtectCount: ; c681
 	ds 1
 
 PlayerDamageTaken: ; c682