Skip to content

Commit 895f6d4

Browse files
committed
Minor bug fix
1 parent 80d3cfe commit 895f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Folders/Miscellaneous.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Misc {
2121
static const vector<int> weatherFlags = {1, 4, 1, 1, Helpers::PickGame(2, 4)};
2222

2323
void Weather(MenuEntry *entry) {
24-
static const vector<vector<u32>> address = {{Helpers::PickGame<u32>(0x3FE54C, 0x3FE544)}, {0x8C81B56, 0x8C81B5E, 0x8C81B58, 0x8C81F37, 0x8C81B5A}};
24+
static const vector<vector<u32>> address = {{Helpers::PickGame<u32>(0x3FE54C, 0x3FE544)}, {0x8C81B56, 0x8C81B5E, 0x8C81B58, 0x8C81B5A, 0x8C81F37}};
2525
static u32 original;
2626
static bool saved = false;
2727

0 commit comments

Comments
 (0)