From a89d552f8e5db0a3ab127c9a5ca82fd1a899eea6 Mon Sep 17 00:00:00 2001 From: Nathan-mv <67521199+Nathan-mv@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:24:46 -0300 Subject: [PATCH] Update Boxes (#144) --- Data/Scripts/001_Settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index b86ce57e3..4b570ac42 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -181,7 +181,7 @@ module Settings #============================================================================= # The number of boxes in Pokémon storage. - NUM_STORAGE_BOXES = 30 + NUM_STORAGE_BOXES = 40 # Whether putting a Pokémon into Pokémon storage will heal it. IF false, they # are healed by the Recover All: Entire Party event command (at Poké Centers). HEAL_STORED_POKEMON = true