You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
various battle wram + fixes
This commit is contained in:
29
wram.asm
29
wram.asm
@@ -493,7 +493,7 @@ TypeModifier: ; c665
|
|||||||
; 10: normal
|
; 10: normal
|
||||||
; <10: not very effective
|
; <10: not very effective
|
||||||
|
|
||||||
; bit 7 is used for something else
|
; bit 7: stab
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
CriticalHit: ; c666
|
CriticalHit: ; c666
|
||||||
@@ -576,32 +576,37 @@ EnemySubStatus5: ; c671
|
|||||||
; see PlayerSubStatus5
|
; see PlayerSubStatus5
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
|
PlayerRolloutCount: ; c672
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
PlayerConfuseCount: ; c673
|
PlayerConfuseCount: ; c673
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
PlayerDisableCount: ; c675
|
PlayerDisableCount: ; c675
|
||||||
ds 1
|
ds 1
|
||||||
PlayerEncoreCount: ; c676
|
PlayerEncoreCount: ; c676
|
||||||
ds 1
|
ds 1
|
||||||
PlayerPerishCount: ; c677
|
PlayerPerishCount: ; c677
|
||||||
ds 1
|
ds 1
|
||||||
|
PlayerFuryCutterCount: ; c678
|
||||||
ds 5
|
|
||||||
|
|
||||||
EnemyEncoreCount: ; c67e
|
|
||||||
ds 1
|
ds 1
|
||||||
EnemyPerishCount: ; c67f
|
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
ds 2
|
EnemyRolloutCount: ; c67a
|
||||||
|
ds 1
|
||||||
|
EnemyConfuseCount: ; c67b
|
||||||
|
ds 1
|
||||||
|
ds 1
|
||||||
|
EnemyEncoreCount: ; c67d
|
||||||
|
ds 1
|
||||||
|
EnemyPerishCount: ; c67e
|
||||||
|
ds 1
|
||||||
|
ds 1
|
||||||
|
EnemyFuryCutterCount: ; c680
|
||||||
|
ds 1
|
||||||
|
|
||||||
PlayerDamageTaken: ; c682
|
PlayerDamageTaken: ; c681
|
||||||
ds 2
|
ds 2
|
||||||
EnemyDamageTaken: ; c684
|
EnemyDamageTaken: ; c683
|
||||||
ds 2
|
ds 2
|
||||||
|
|
||||||
ds 4
|
ds 4
|
||||||
|
Reference in New Issue
Block a user