From d6551c2cf5789ae96c11ed4300901f32cd3c8134 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:09:35 -0500 Subject: Parenting Jerry stuff --- constants/parents.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/constants/parents.json b/constants/parents.json index 3891d77d..35be05e4 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1223,5 +1223,15 @@ ], "ALL_SKILLS_SUPER_BOOST":[ "PET_ITEM_ALL_SKILLS_BOOST_COMMON" + ], + "JERRY_BOX_GOLDEN":[ + "JERRY_BOX_PURPLE", + "JERRY_BOX_BLUE", + "JERRY_BOX_GREEN" + ], + "JERRY_TALISMAN_GOLDEN":[ + "JERRY_TALISMAN_PURPLE", + "JERRY_TALISMAN_BLUE", + "JERRY_TALISMAN_GREEN" ] } -- cgit