diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-19 09:27:29 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-19 09:27:29 -0800 |
commit | eb420604814dfdfa37fd542dda9ba7477c198b39 (patch) | |
tree | 449794ffbdbe111e48ec7d5dc05fe563339d8f3a /Source/ChallengeRandomizer.h | |
parent | 0d4ebf34bfb93dbb215f49e9ca64b58fd7284a2b (diff) | |
download | witness-tutorializer-eb420604814dfdfa37fd542dda9ba7477c198b39.tar.gz witness-tutorializer-eb420604814dfdfa37fd542dda9ba7477c198b39.tar.bz2 witness-tutorializer-eb420604814dfdfa37fd542dda9ba7477c198b39.zip |
Cleanup packaging story, add more settings
Diffstat (limited to 'Source/ChallengeRandomizer.h')
-rw-r--r-- | Source/ChallengeRandomizer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/ChallengeRandomizer.h b/Source/ChallengeRandomizer.h index 267c5cb..e642685 100644 --- a/Source/ChallengeRandomizer.h +++ b/Source/ChallengeRandomizer.h | |||
@@ -7,6 +7,11 @@ public: | |||
7 | ChallengeRandomizer(const std::shared_ptr<Memory>& memory, int seed); | 7 | ChallengeRandomizer(const std::shared_ptr<Memory>& memory, int seed); |
8 | 8 | ||
9 | private: | 9 | private: |
10 | void HandleSigScans(int i, const std::vector<byte>& data); | ||
11 | |||
10 | void AdjustRng(int offset); | 12 | void AdjustRng(int offset); |
11 | std::shared_ptr<Memory> _memory; | 13 | std::shared_ptr<Memory> _memory; |
14 | |||
15 | int RNG_ADDR; | ||
16 | int RNG2_ADDR; | ||
12 | }; | 17 | }; |