Skip to content

Commit

Permalink
[Better PSAC Config]
Browse files Browse the repository at this point in the history
- A few tweaks, including the changes from PSAC v0.35c, like Float Variable Random
  • Loading branch information
TheGag96 committed Nov 10, 2018
1 parent 44290f7 commit 9bca5fd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Better PSAC Config/Data/EventListView.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ C
C
\X01 -= \X00

12090300
C
\X02 = rand(\X00, \X01)

120A0100
1
\X = true
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Better PSAC Config/Data/Events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions Better PSAC Config/Data/Parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions Better PSAC Config/Data/Requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -147,5 +147,5 @@ F-Smash Shortcut
2721
2722
2723
Character in game?
Tap Jump On & C-Stick not Held
Fighter Loaded
Tap Jump On & C-Stick Not Held

0 comments on commit 9bca5fd

Please sign in to comment.