Added Flying from Town Map (#129)

* Added ability to fly from Town Map

* Refactored UI_RegionMap code
This commit is contained in:
Golisopod-User
2021-10-20 00:33:22 +05:30
committed by GitHub
parent 837208792a
commit e4e8e60d28
7 changed files with 264 additions and 215 deletions

View File

@@ -8,9 +8,6 @@ Other notes:
- If a battle ends because of Rocky Helmet damage, the side that the Rocky
Helmet holder is on should lose (Gen 7+) or win (Gen 6-).
Can use Fly from within the Town Map if possible. (Good QoL, add if possible.)
(Will be implemented by me in the next PR)
Make example event that combines the Gen 8 fossils.
#===============================================================================
@@ -24,8 +21,6 @@ toggled. (Probably don't bother implementing.)
Bicycle that can work on water.
Town Map added to the pause menu. (Don't bother adding.)
Remote access to storage boxes via the party screen if you have the Pokémon Box
Link item (and it's allowed to be used - in Gyms and some other places it's
forbidden).
@@ -92,6 +87,10 @@ New evolution methods:
Added AI for new moves/items/abilities.
Can use Fly from within the Town Map if possible.
Town Map added to the pause menu.
Ability Effect Changes
- Intimidate now triggers Rattled. Rattled needs a new ability handler just for
triggering this way.