mirror of https://github.com/pret/pokecrystal.git
Fix some wrong comments regarding battle substatuses
This commit is contained in:
parent
b439a7259f
commit
f6cfccd1ff
4
wram.asm
4
wram.asm
|
@ -414,7 +414,7 @@ AttackMissed:: ; c667
|
||||||
PlayerSubStatus1:: ; c668
|
PlayerSubStatus1:: ; c668
|
||||||
; bit
|
; bit
|
||||||
; 7 attract
|
; 7 attract
|
||||||
; 6 encore
|
; 6 rollout
|
||||||
; 5 endure
|
; 5 endure
|
||||||
; 4 perish song
|
; 4 perish song
|
||||||
; 3 identified
|
; 3 identified
|
||||||
|
@ -453,7 +453,7 @@ PlayerSubStatus4:: ; c66b
|
||||||
; 3
|
; 3
|
||||||
; 2 focus energy
|
; 2 focus energy
|
||||||
; 1 mist
|
; 1 mist
|
||||||
; 0 bide: unleashed energy
|
; 0 x accuracy
|
||||||
ds 1
|
ds 1
|
||||||
PlayerSubStatus5:: ; c66c
|
PlayerSubStatus5:: ; c66c
|
||||||
; bit
|
; bit
|
||||||
|
|
Loading…
Reference in New Issue