diff options
author | yenatch <yenatch@gmail.com> | 2013-09-09 21:23:42 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-09 21:23:42 -0400 |
commit | d07cd794431090033b62b8438530a99e1f52bfad (patch) | |
tree | 8d9ce312363bd82eb2d8e81ace6d43478d6c10f3 | |
parent | 110477cd9e6ed4c9249f7bac28b5a84fa81e8efc (diff) |
consecutive protect/endure count in battle
-rw-r--r-- | wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |