From 74a1dc1ae47e54059de03cefb1b8cd192d7b9b6b Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 29 Oct 2018 20:59:40 -0700 Subject: Doors + ideas for more buttons --- Source/RandomizerCore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/RandomizerCore.h') diff --git a/Source/RandomizerCore.h b/Source/RandomizerCore.h index 711cc89..e8d3661 100644 --- a/Source/RandomizerCore.h +++ b/Source/RandomizerCore.h @@ -94,6 +94,7 @@ private: #define SPECULAR_TEXTURE 0x4D8 #define CABLE_TARGET_2 0xD8 #define AUDIO_LOG_NAME 0xC8 +#define OPEN_RATE 0xE8 #elif GLOBALS == 0x62A080 #define PATH_COLOR 0xC0 #define REFLECTION_PATH_COLOR 0xD0 @@ -156,4 +157,5 @@ private: #define SPECULAR_TEXTURE 0x4D0 #define CABLE_TARGET_2 0xD0 #define AUDIO_LOG_NAME 0x0 +#define OPEN_RATE 0xE0 #endif \ No newline at end of file -- cgit 1.4.1