Skip to content

Commit 6e0bd28

Browse files
committed
Update Menu.hpp
1 parent 2dcb419 commit 6e0bd28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/Menu.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ void InitMenu(PluginMenu &menu) {
6565
new MenuEntry("Item", nullptr, Battle::Universal::Item),
6666
new MenuEntry("Attacks", nullptr, Battle::Universal::Attacks),
6767
new MenuEntry("Exp. Multiplier", Battle::Universal::ExpMultiplier, Battle::Universal::ExpMultiplierKB),
68-
// new MenuEntry(Color::Gray << "Settings"),
69-
// new MenuEntry("Revert to Default: " << Color::Red << "Off", nullptr, Battle::Universal::RevertDefault)
7068
}));
7169

7270
*primary += EntryWithHotkey(new MenuEntry("Poké View", nullptr, Battle::Universal::PokeView, note + "press the following hotkey(s) below to see the other information. Be aware that this is experiemental for now."), {Key::X, ""});
@@ -234,6 +232,10 @@ void InitMenu(PluginMenu &menu) {
234232
menu += movement;
235233

236234
MenuFolder *misc = new MenuFolder("Miscellaneous");
235+
236+
if (group == Group::ORAS)
237+
*misc += new MenuEntry("Weather", Misc::Weather, Misc::WeatherKB);
238+
237239
MenuFolder *pokemon = new MenuFolder("Pokémon");
238240
*pokemon += new MenuEntry("Is Renamable", Misc::IsRenamable, note + "you will be able to rename any Pokémon despite it not being at your ownership.");
239241
*pokemon += new MenuEntry("Learn Any Teachables", Misc::LearnAnyTeachables, note + "you will be able to teach your Pokémon any moves.");

0 commit comments

Comments
 (0)