From b437aaf3290489caf22cd916ce023a1a9b3578a4 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 9 Sep 2013 21:53:21 -0400 Subject: [PATCH] add a note to endure.asm this is easier than combining protect and endure --- battle/effects/endure.asm | 2 ++ 1 file changed, 2 insertions(+) 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