ref: b437aaf3290489caf22cd916ce023a1a9b3578a4
parent: 40010e2514bffb35e9895f5cb1185296f9020c02
author: yenatch <[email protected]>
date: Mon Sep 9 17:53:21 EDT 2013
add a note to endure.asm this is easier than combining protect and endure
--- a/battle/effects/endure.asm
+++ b/battle/effects/endure.asm
@@ -1,6 +1,8 @@
BattleCommand5a: ; 3766f
; endure
+; Endure shares code with Protect. See protect.asm.
+
call ProtectChance
ret c