Skip to content

Commit

Permalink
w2c specific patches
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHwoy committed Nov 11, 2023
1 parent d3b5702 commit d3143f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hyperlinked/patches/generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ namespace hyper

// TrackStreamer::DetermineCurrentZones
hook::nop(0x007A486D, 1u);

// GManager::RefreshRandomEncounterIcons (unhardcode Silverton encounter locations)
hook::nop(0x00634735, 2);

// GCareer::EnableCareerBarriers (disable Silverton barriers)
hook::set<std::uint8_t>(0x0061817C, 0xEB);
}
}

0 comments on commit d3143f0

Please sign in to comment.