Skip to content

Commit

Permalink
Add missing entries to list of Pickup-able items on Emerald (#394)
Browse files Browse the repository at this point in the history
Because _someone_ read the table only cursorily, a couple of items that could be acquired through Pickup were missing for Emerald.
  • Loading branch information
hanzi authored Sep 11, 2024
1 parent 078158c commit 8581b50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/menuing.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,13 +563,19 @@ def __init__(self):
"Hyper Potion",
"Nugget",
"King’s Rock",
"Rare Candy",
"Full Restore",
"Ether",
"Revive",
"White Herb",
"HP Up",
"TM44",
"Elixir",
"Max Revive",
"TM01",
"PP Up",
"Leftovers",
"Max Elixir",
"TM26",
]

Expand Down

0 comments on commit 8581b50

Please sign in to comment.