mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
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
|
SUBSTATUS_TOXIC EQU 0
|
||||||
|
|
||||||
|
|
||||||
|
SCREENS_REFLECT EQU 4
|
||||||
|
SCREENS_LIGHT_SCREEN EQU 3
|
||||||
|
SCREENS_SAFEGUARD EQU 2
|
||||||
|
SCREENS_SPIKES EQU 0
|
||||||
|
|
||||||
|
|
||||||
; status
|
; status
|
||||||
SLP EQU 7 ; 7 turns
|
SLP EQU 7 ; 7 turns
|
||||||
|
|
||||||
|
1
wram.asm
1
wram.asm
@ -711,6 +711,7 @@ PlayerScreens: ; c6ff
|
|||||||
; bit
|
; bit
|
||||||
; 4 reflect
|
; 4 reflect
|
||||||
; 3 light screen
|
; 3 light screen
|
||||||
|
; 2 safeguard
|
||||||
; 0 spikes
|
; 0 spikes
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user