From 66d66c1b68307a00085ca7e7a6bb0b1ad153e514 Mon Sep 17 00:00:00 2001 From: Idain Date: Mon, 22 Nov 2021 00:27:17 -0400 Subject: Fix screenshot placing --- SWSH-Friendship-Endure.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SWSH-Friendship-Endure.md b/SWSH-Friendship-Endure.md index e0b5e7d..db34c71 100644 --- a/SWSH-Friendship-Endure.md +++ b/SWSH-Friendship-Endure.md @@ -1,7 +1,6 @@ Pokémon Sword and Shield merged friendship and affection, and as a result, merged the affection effects as well. This tutorial implements the chance to endure an attack that would otherwise cause the Pokémon to faint. This effect does not occur for enemy trainers or during link battles. -![swsh-friendship-endure](https://user-images.githubusercontent.com/12400598/142800859-c13561f6-6858-4607-96b1-d8c394daed17.png) ## Contents @@ -105,4 +104,6 @@ Next, in [engine/battle/effect_commands.asm](../blob/master/engine/battle/effect ... ``` -And that's it! Now our Pokémon can be anime protagonists and have a chance to endure hits thanks to the power of friendship! \ No newline at end of file +And that's it! Now our Pokémon can be anime protagonists and have a chance to endure hits thanks to the power of friendship! + +![swsh-friendship-endure](https://user-images.githubusercontent.com/12400598/142800859-c13561f6-6858-4607-96b1-d8c394daed17.png) \ No newline at end of file -- cgit v1.2.3