From 9bca5fdf02ffb9f7c7c661445d8ecc881dabed89 Mon Sep 17 00:00:00 2001 From: TheGag96 Date: Sat, 10 Nov 2018 02:57:26 -0600 Subject: [PATCH] [Better PSAC Config] - A few tweaks, including the changes from PSAC v0.35c, like Float Variable Random --- Better PSAC Config/Data/EventListView.txt | 6 +++++- Better PSAC Config/Data/Events.txt | 5 +++++ Better PSAC Config/Data/Parameters.txt | 8 ++++++++ Better PSAC Config/Data/Requirements.txt | 14 +++++++------- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/Better PSAC Config/Data/EventListView.txt b/Better PSAC Config/Data/EventListView.txt index ff0909a..b8bf769 100644 --- a/Better PSAC Config/Data/EventListView.txt +++ b/Better PSAC Config/Data/EventListView.txt @@ -287,6 +287,10 @@ C C \X01 -= \X00 +12090300 +C +\X02 = rand(\X00, \X01) + 120A0100 1 \X = true @@ -355,7 +359,7 @@ Transition Time=\X, Red=\X, Green=\X, Blue=\X, Alpha=\X 0D050200 1 -(Thread \X): 0x\X +(Thread \X): \X 0D060100 1 diff --git a/Better PSAC Config/Data/Events.txt b/Better PSAC Config/Data/Events.txt index 6f0cb81..48e88cb 100644 --- a/Better PSAC Config/Data/Events.txt +++ b/Better PSAC Config/Data/Events.txt @@ -588,6 +588,11 @@ Float Variable Subtract Subtract a specified value from a float variable. 15 +12090300 +Float Variable Random +Load a float variable with a random integer. +115 + 120F0200 Float Variable Multiply Multiply a specified value with a float variable. diff --git a/Better PSAC Config/Data/Parameters.txt b/Better PSAC Config/Data/Parameters.txt index 2b45275..413bd0b 100644 --- a/Better PSAC Config/Data/Parameters.txt +++ b/Better PSAC Config/Data/Parameters.txt @@ -1102,6 +1102,14 @@ The floating point value to subtract from the specified variable. Variable The Float type variable to access. +12090300 +Value +The minimum random value to load. +Value +The maximum random value to load. +Variable +The Float type variable to access. + 120A0100 Variable The Bit type variable to set. diff --git a/Better PSAC Config/Data/Requirements.txt b/Better PSAC Config/Data/Requirements.txt index 5a266cd..ad9c7ce 100644 --- a/Better PSAC Config/Data/Requirements.txt +++ b/Better PSAC Config/Data/Requirements.txt @@ -128,16 +128,16 @@ Thread is Null (Custom) 7F 270F 2710 -In walljump situation -In wallcling situation -Is within footstool range. +In Walljump Situation +In Wallcling Situation +Is Within Footstool Range. 2714 2715 -Is falling+hit down +Is Falling + Hit Down Has Smash Ball 2718 Can Pick Up Another Item -Successfully tethered ledge +Successfully Tethered Ledge 271B 271C F-Smash Shortcut @@ -147,5 +147,5 @@ F-Smash Shortcut 2721 2722 2723 -Character in game? -Tap Jump On & C-Stick not Held \ No newline at end of file +Fighter Loaded +Tap Jump On & C-Stick Not Held \ No newline at end of file