summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-09 21:53:21 -0400
committeryenatch <yenatch@gmail.com>2013-09-09 21:53:21 -0400
commitb437aaf3290489caf22cd916ce023a1a9b3578a4 (patch)
treeff32ec0f82e5ea0d74571204e5662a3902325271
parent40010e2514bffb35e9895f5cb1185296f9020c02 (diff)
add a note to endure.asm
this is easier than combining protect and endure
-rw-r--r--battle/effects/endure.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/battle/effects/endure.asm b/battle/effects/endure.asm
index b6ae9358e..79f657a24 100644
--- 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