From 854107510f655ebc171ecc559c373e25f21a60fe Mon Sep 17 00:00:00 2001 From: Tino Date: Thu, 12 Sep 2024 20:25:57 +0700 Subject: [PATCH] Add Protein to list of possible Pickup items on Emerald (#396) --- modules/menuing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/menuing.py b/modules/menuing.py index 56992851..860a01a0 100644 --- a/modules/menuing.py +++ b/modules/menuing.py @@ -566,6 +566,7 @@ def __init__(self): "Rare Candy", "Full Restore", "Ether", + "Protein", "Revive", "White Herb", "HP Up",