We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b5702 commit d3143f0Copy full SHA for d3143f0
1 file changed
src/hyperlinked/patches/generic.cpp
@@ -28,5 +28,11 @@ namespace hyper
28
29
// TrackStreamer::DetermineCurrentZones
30
hook::nop(0x007A486D, 1u);
31
+
32
+ // GManager::RefreshRandomEncounterIcons (unhardcode Silverton encounter locations)
33
+ hook::nop(0x00634735, 2);
34
35
+ // GCareer::EnableCareerBarriers (disable Silverton barriers)
36
+ hook::set<std::uint8_t>(0x0061817C, 0xEB);
37
}
38
0 commit comments