We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d3cfe commit 895f6d4Copy full SHA for 895f6d4
Sources/Folders/Miscellaneous.cpp
@@ -21,7 +21,7 @@ namespace Misc {
21
static const vector<int> weatherFlags = {1, 4, 1, 1, Helpers::PickGame(2, 4)};
22
23
void Weather(MenuEntry *entry) {
24
- static const vector<vector<u32>> address = {{Helpers::PickGame<u32>(0x3FE54C, 0x3FE544)}, {0x8C81B56, 0x8C81B5E, 0x8C81B58, 0x8C81F37, 0x8C81B5A}};
+ static const vector<vector<u32>> address = {{Helpers::PickGame<u32>(0x3FE54C, 0x3FE544)}, {0x8C81B56, 0x8C81B5E, 0x8C81B58, 0x8C81B5A, 0x8C81F37}};
25
static u32 original;
26
static bool saved = false;
27
0 commit comments