mirror of https://github.com/pret/pokeemerald.git
Updated Repeated Field Medicine Use (markdown)
parent
0554f529e8
commit
c94b91e1d6
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
Credit: ghoulslash
|
Credit: ghoulslash
|
||||||
|
|
||||||
|
You can pull directly from their branch, here: https://github.com/ghoulslash/pokeemerald/tree/field-medicine
|
||||||
|
|
||||||
If you're using a lot of potions at once, it can be annoying to keep returning to the bag after use. This simple fix keeps the menu open unless you run out of potions. The user will have to select `Cancel` or press `B` to exit the party menu. But this is intuitive.
|
If you're using a lot of potions at once, it can be annoying to keep returning to the bag after use. This simple fix keeps the menu open unless you run out of potions. The user will have to select `Cancel` or press `B` to exit the party menu. But this is intuitive.
|
||||||
|
|
||||||
Let's start by opening [src/party_menu.c](../blob/master/src/party_menu.c)
|
Let's start by opening [src/party_menu.c](../blob/master/src/party_menu.c)
|
||||||
|
|
Loading…
Reference in New Issue