From eb420604814dfdfa37fd542dda9ba7477c198b39 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 19 Nov 2018 09:27:29 -0800 Subject: Cleanup packaging story, add more settings --- Source/ChallengeRandomizer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/ChallengeRandomizer.h') 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: ChallengeRandomizer(const std::shared_ptr& memory, int seed); private: + void HandleSigScans(int i, const std::vector& data); + void AdjustRng(int offset); std::shared_ptr _memory; + + int RNG_ADDR; + int RNG2_ADDR; }; -- cgit 1.4.1