about summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-08-25 13:21:38 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-08-25 13:21:38 -0400
commit5dbaea1fe06d95f15ec75568291d981144a072ce (patch)
treee5cf0d0f381c7a40839fb76104cfab0525b68bae /Source/Randomizer.h
parentc5650b69369bc08ac23a75f6bf49646f77afa37d (diff)
downloadwitness-tutorializer-5dbaea1fe06d95f15ec75568291d981144a072ce.tar.gz
witness-tutorializer-5dbaea1fe06d95f15ec75568291d981144a072ce.tar.bz2
witness-tutorializer-5dbaea1fe06d95f15ec75568291d981144a072ce.zip
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.
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h1
1 files changed, 1 insertions, 0 deletions
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:
59#define DOT_FLAGS 0x3C8 59#define DOT_FLAGS 0x3C8
60#define DOT_CONNECTION_A 0x3D0 60#define DOT_CONNECTION_A 0x3D0
61#define DOT_CONNECTION_B 0x3D8 61#define DOT_CONNECTION_B 0x3D8
62#define RANDOMISE_ON_POWER_ON 0x3E0
62#define DECORATIONS 0x418 63#define DECORATIONS 0x418
63#define DECORATION_FLAGS 0x420 64#define DECORATION_FLAGS 0x420
64#define DECORATION_COLORS 0x428 65#define DECORATION_COLORS 0x428