Formatting fixes

resetes12 2023-03-23 23:10:10 +01:00
parent 29e04b06c8
commit 3aba01d499
1 changed files with 3 additions and 1 deletions

@ -7,7 +7,8 @@ If not, then the game will check if the player has that HM in their item pocket.
[Any Pokemon can Use Field Move so Long as HM is in Bag](#any-pokemon-can-use-field-move-so-long-as-hm-is-in-bag)
[Only Pokemon that can Learn HM can Use Field Move so Long as HM is in Bag](#only-pokemon-that-can-learn-hm-can-use-field-move-so-long-as-hm-is-in-bag)
[Pokemon who can Learn Fly and Flash Can Use it if the HM is in the Bag](##fly-still-needs-to-be-added-in)
[Pokemon who can Learn Fly and Flash Can Use it if the HM is in the Bag](#fly-still-needs-to-be-added-in)
[Using Flash automatically](#using-flash-automatically)
![pokeemerald_modern-4](https://user-images.githubusercontent.com/36523934/209584693-6b9bc673-2d8d-47c2-8301-a47c6c45927e.png)
@ -303,6 +304,7 @@ index d43a1f964..20199397e 100644
+}
+
```
## Fly Still Needs to be Added in.
Also, Flash needs to be used on Registeel's tomb.
For those, I followed [this tutorial](https://www.pokecommunity.com/showpost.php?p=10420068) that [ScyrousFX](https://www.pokecommunity.com/member.php?u=980149) did a great job making. But the tutorial doesn't include an HM checking the bag, so I added it.