Omnimaga

Calculator Community => Major Community Projects => Super Smash Bros. Open => Topic started by: Tape on September 08, 2018, 12:22:28 pm

Title: How do I convert a Program to an application variable
Post by: Tape on September 08, 2018, 12:22:28 pm
-DISCLAIMER- : if this is the wrong way to go about asking this question (i.e. making a new topic) please tell me how to do it correctly.

So, I was making a character for Super Smash Bros Open for TI calcs, and I came across a problem; that problem being Hayleia (the creator of the aforementioned program) had specified how to make most of the character, and said that when making a character you would compile as a TI prog, and then convert it to an AppVar. She, however, did not mention how to actually do this, so I sit here with a designed Pikachu character, but with no way to put it in the game lol.
Title: Re: How do I convert a Program to an application variable
Post by: Xeda112358 on September 09, 2018, 01:31:49 pm
You can compile via a computer using an assembler. For example, 'spasm myappvar.z80 myappvar.8xv' or, knowing Hayleia, you can probably just use Axe to compile the programs right on your calc and use a program->appvar program to convert it. DataType (https://www.ticalc.org/archives/files/fileinfo/425/42545.html) can be used to convert a variable's type.
Title: Re: How do I convert a Program to an application variable
Post by: Tape on September 09, 2018, 06:24:37 pm
Thank you so much! lol I can't believe I didn't think of that!