File tree Expand file tree Collapse file tree 4 files changed +40
-5
lines changed
src/main/kotlin/rhmodding/tickompiler Expand file tree Collapse file tree 4 files changed +40
-5
lines changed Original file line number Diff line number Diff line change @@ -6881,4 +6881,39 @@ Each is asynchronous.
6881
6881
Spawns a red bug and does its animations. It starts feinting after 3 beats; the input is after 6 beats.
6882
6882
6883
6883
0x58
6884
- Identical to 0x57, but includes operations for the two guys' animations.
6884
+ Identical to 0x57, but includes operations for the two guys' animations.
6885
+
6886
+ Super Samurai Slice (0x37)
6887
+ --------------------------
6888
+
6889
+ 0x100 - Input Cue
6890
+ ~~~~~~~~~~~~~~~~~
6891
+ ::
6892
+
6893
+ 0x100 type, time
6894
+
6895
+ Cues up an input for after ``time `` ticks. ``type `` determines both the type of input and the Samurai's attack animation.
6896
+ Values for ``type `` are:
6897
+
6898
+ - 0: Regular slice (press A)
6899
+
6900
+ - 1: 1st in sequence of slices (press A)
6901
+
6902
+ - 2: 2nd in sequence of slices (press A)
6903
+
6904
+ - 3: 3rd in sequence of slices (press A)
6905
+
6906
+ - 4: 4th in sequence of slices (press A)
6907
+
6908
+ - 5: Block large enemy (start holding B)
6909
+
6910
+ - 6: Slice large enemy (release B)
6911
+
6912
+ 0x101 - Samurai Animations
6913
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
6914
+ ::
6915
+
6916
+ 0x101
6917
+
6918
+ Beat animation. ::
6919
+
Original file line number Diff line number Diff line change 1
- kotlin_version =1.2.30
1
+ kotlin_version =1.2.41
Original file line number Diff line number Diff line change 1
- # Mon Jul 10 21:02:54 CEST 2017
1
+ # Fri Jun 29 21:59:48 CEST 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.1-bin .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.1-all .zip
Original file line number Diff line number Diff line change 1
1
package rhmodding.tickompiler
2
2
3
- const val VERSION : String = " v1.6 .0"
3
+ const val VERSION : String = " v1.7 .0"
4
4
const val GITHUB : String = " https://github.com/SneakySpook/Tickompiler"
5
5
const val INFO_TEXT : String = """ Tickompiler: A RHM tickflow compiler/decompiler written by SneakySpook and chrislo27 in Kotlin
6
6
$VERSION
You can’t perform that action at this time.
0 commit comments