From 5dbaea1fe06d95f15ec75568291d981144a072ce Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 25 Aug 2021 13:21:38 -0400 Subject: Added random doors and most of Challenge The pedestal (maze map) will probably never work because it's special. Trying to affect the sets of 3 or the shuffled four currently crashes the game because there's special logic that governs them. I may look into fixing those. --- Source/Randomizer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Randomizer.h') diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 4058280..15465f4 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h @@ -59,6 +59,7 @@ private: #define DOT_FLAGS 0x3C8 #define DOT_CONNECTION_A 0x3D0 #define DOT_CONNECTION_B 0x3D8 +#define RANDOMISE_ON_POWER_ON 0x3E0 #define DECORATIONS 0x418 #define DECORATION_FLAGS 0x420 #define DECORATION_COLORS 0x428 -- cgit 1.4.1