about summary refs log tree commit diff stats
path: root/Source/Randomizer.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-08-21 23:44:43 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-08-21 23:44:43 -0400
commit78809be80ff69c0dd134b6fa16350ce3afc00812 (patch)
tree2c59f79ba07478448c3b0deeff2dea0fbdfe33af /Source/Randomizer.cpp
parent8e3d31fa7110f482ffc6a1da9c80d949de3c1c4d (diff)
downloadwitness-tutorializer-78809be80ff69c0dd134b6fa16350ce3afc00812.tar.gz
witness-tutorializer-78809be80ff69c0dd134b6fa16350ce3afc00812.tar.bz2
witness-tutorializer-78809be80ff69c0dd134b6fa16350ce3afc00812.zip
Game now correctly does not end/crash after wonkavator or EEE
Diffstat (limited to 'Source/Randomizer.cpp')
-rw-r--r--Source/Randomizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index 8ded06e..f355743 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp
@@ -124,6 +124,8 @@ void Randomizer::Randomize() {
124 _memory->WriteData<byte>({index}, {0xEB}); // jz -> jmp 124 _memory->WriteData<byte>({index}, {0xEB}); // jz -> jmp
125 }); 125 });
126 126
127 _memory->ExecuteSigScans();
128
127 //Tutorialise(0x33AF5, 0x0A3B2); 129 //Tutorialise(0x33AF5, 0x0A3B2);
128 130
129 // Tutorial Bend 131 // Tutorial Bend