summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdain <luiscarlosholguinperez@outlook.com>2021-11-22 00:27:17 -0400
committerIdain <luiscarlosholguinperez@outlook.com>2021-11-22 00:27:17 -0400
commit66d66c1b68307a00085ca7e7a6bb0b1ad153e514 (patch)
treeff275c8246cec1000aaa56ff6a6503d832c883c4
parenta5c9e241667a55837f6b84f0aa7ca00043c3d159 (diff)
Fix screenshot placing
-rw-r--r--SWSH-Friendship-Endure.md5
1 files 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