You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
consecutive protect/endure count in battle
This commit is contained in:
2
wram.asm
2
wram.asm
@@ -588,6 +588,7 @@ PlayerPerishCount: ; c677
|
|||||||
ds 1
|
ds 1
|
||||||
PlayerFuryCutterCount: ; c678
|
PlayerFuryCutterCount: ; c678
|
||||||
ds 1
|
ds 1
|
||||||
|
PlayerProtectCount: ; c679
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
EnemyRolloutCount: ; c67a
|
EnemyRolloutCount: ; c67a
|
||||||
@@ -603,6 +604,7 @@ EnemyPerishCount: ; c67f
|
|||||||
ds 1
|
ds 1
|
||||||
EnemyFuryCutterCount: ; c680
|
EnemyFuryCutterCount: ; c680
|
||||||
ds 1
|
ds 1
|
||||||
|
EnemyProtectCount: ; c681
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
PlayerDamageTaken: ; c682
|
PlayerDamageTaken: ; c682
|
||||||
|
Reference in New Issue
Block a user