mirror of https://github.com/pret/pokecrystal.git
residual status constants
This commit is contained in:
parent
9f5396eff6
commit
bf73fd43db
|
@ -3772,6 +3772,12 @@ SUBSTATUS_LOCK_ON EQU 5
|
|||
SUBSTATUS_TOXIC EQU 0
|
||||
|
||||
|
||||
SCREENS_REFLECT EQU 4
|
||||
SCREENS_LIGHT_SCREEN EQU 3
|
||||
SCREENS_SAFEGUARD EQU 2
|
||||
SCREENS_SPIKES EQU 0
|
||||
|
||||
|
||||
; status
|
||||
SLP EQU 7 ; 7 turns
|
||||
|
||||
|
|
Loading…
Reference in New Issue