diff --git a/.gitignore b/.gitignore index 662fb020..87e44e59 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ sm64config.txt actors/mario_cap/mario_cap_logo.rgba16.png actors/mario/mario_logo.rgba16.png *.spj +*.stm command_data.bin res/gfx @@ -95,4 +96,4 @@ res/sound !/res/gfx/textures/title_screen_bg/title_screen_bg.02740.rgba16.png !/res/gfx/levels/intro/4_saturn.rgba16.png !/res/gfx/levels/intro/5_ring.rgba16.png -!/res/gfx/actors/mario/no_m.rgba16.png \ No newline at end of file +!/res/gfx/actors/mario/no_m.rgba16.png diff --git a/dependencies.txt b/dependencies.txt index 456e8076..6d16418f 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -18,9 +18,7 @@ $ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/lib/discordsdk/discor @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/themes/light.json @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/themes/halflife.json @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/macros/.gitkeep -@ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/macros/test.stm @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/README.txt -@ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/projects/autosave.spj @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/projects/.gitkeep @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/anims/tilt-spaz.json @ https://raw.githubusercontent.com/Llennpie/Saturn/legacy/dynos/eyes/FluffaLuigi/Insane.png diff --git a/dynos/macros/test.stm b/dynos/macros/test.stm deleted file mode 100644 index 8f5ece3f..00000000 --- a/dynos/macros/test.stm +++ /dev/null @@ -1,5 +0,0 @@ -register 0 set constant 0 -operation 0 add constant 1 -register 0 show -wait -goto set constant 1 \ No newline at end of file