- Joined
- Oct 28, 2023
- Posts
- 302
In v21.1 this happens when I try to open the menu.
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.6]
Exception: NoMethodError
Message: undefined method `tdw_berry_dep_suppress' for Deprecation:Module
Backtrace:
[TDW Berry Core and Dex] 001_BerryData.rb:317:in `warn_method'
FileTests:85:in `safeExists?'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:275:in `call_menu'
[Following Pokemon EX] Refresh.rb:122:in `call_menu'
Scene_Map:207:in `update'
[Following Pokemon EX] Refresh.rb:178:in `update'
Scene_Map:238:in `block in main'
Scene_Map:235:in `loop'
Scene_Map:235:in `main'
Main:35:in `mainFunctionDebug'
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.6]
Exception: NoMethodError
Message: undefined method `tdw_berry_dep_suppress' for Deprecation:Module
Backtrace:
[TDW Berry Core and Dex] 001_BerryData.rb:317:in `warn_method'
FileTests:85:in `safeExists?'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:275:in `call_menu'
[Following Pokemon EX] Refresh.rb:122:in `call_menu'
Scene_Map:207:in `update'
[Following Pokemon EX] Refresh.rb:178:in `update'
Scene_Map:238:in `block in main'
Scene_Map:235:in `loop'
Scene_Map:235:in `main'
Main:35:in `mainFunctionDebug'
Actually alias the deprecation suppression correctly to prevent crashes.
Added a SHOW_BERRYDEX_IN_PAUSE_MENU setting to provide a way to make the BerryDex appear in the vanilla pause menu (since I've been asked for this many times).