From 8581b508f46326a4786dfab2d0dd0304bd7dd3cd Mon Sep 17 00:00:00 2001 From: Tino Date: Wed, 11 Sep 2024 19:08:41 +0700 Subject: [PATCH] Add missing entries to list of Pickup-able items on Emerald (#394) Because _someone_ read the table only cursorily, a couple of items that could be acquired through Pickup were missing for Emerald. --- modules/menuing.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/menuing.py b/modules/menuing.py index 0511c6b0..56992851 100644 --- a/modules/menuing.py +++ b/modules/menuing.py @@ -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", ]