mirror of https://github.com/pret/pokecrystal.git
add a note to endure.asm
this is easier than combining protect and endure
This commit is contained in:
parent
40010e2514
commit
b437aaf329
|
@ -1,6 +1,8 @@
|
|||
BattleCommand5a: ; 3766f
|
||||
; endure
|
||||
|
||||
; Endure shares code with Protect. See protect.asm.
|
||||
|
||||
call ProtectChance
|
||||
ret c
|
||||
|
||||
|
|
Loading…
Reference in New Issue