Skip to content

Commit d3143f0

Browse files
committed
w2c specific patches
1 parent d3b5702 commit d3143f0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/hyperlinked/patches/generic.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ namespace hyper
2828

2929
// TrackStreamer::DetermineCurrentZones
3030
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);
3137
}
3238
}

0 commit comments

Comments
 (0)