From 2776822ef185836b33eab96e25e12393d2c0d859 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 28 Oct 2018 21:05:28 -0700 Subject: Names are bad / compiled for old version because dumb --- Source/Randomizer.cpp | 5 +++++ Source/RandomizerCore.h | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'Source') diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index c4b3a13..97541b7 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp @@ -1,8 +1,13 @@ /* * BUGS: + * Tutorial back left is not protected anymore * Shipwreck vault is solved reversed? * Verify UTM perspective? * FEATURES: + * Determine if the user has entered the seed, and re-randomize it if not + * Prevent re-randomization (?) + * Clear "Randomized" state on NG (?) + * Limit back distance to pillars (like before) * Randomize audio logs -- Hard, seem to be unloaded some times? * Swap sounds in jungle (along with panels) -- maybe impossible * Make orange 7 (all of oranges?) hard. Like big = hard. diff --git a/Source/RandomizerCore.h b/Source/RandomizerCore.h index da88e92..21ed0b6 100644 --- a/Source/RandomizerCore.h +++ b/Source/RandomizerCore.h @@ -1,8 +1,8 @@ #pragma once #include "Memory.h" -#define GLOBALS 0x5B28C0 -// #define GLOBALS 0x62A080 +// #define GLOBALS 0x5B28C0 +#define GLOBALS 0x62A080 __declspec(selectany) int SWAP_NONE = 0x0; __declspec(selectany) int SWAP_TARGETS = 0x1; @@ -157,4 +157,5 @@ private: #define PANEL_TARGET 0x4A8 #define SPECULAR_TEXTURE 0x4D0 #define CABLE_TARGET_2 0xD0 +#define AUDIO_LOG_NAME 0x0 #endif \ No newline at end of file -- cgit 1.4.1