Author Topic: How do I convert a Program to an application variable  (Read 4085 times)

0 Members and 1 Guest are viewing this topic.

Offline Tape

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 5
  • Rating: +0/-0
    • View Profile
How do I convert a Program to an application variable
« 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.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: How do I convert a Program to an application variable
« Reply #1 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 can be used to convert a variable's type.

Offline Tape

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 5
  • Rating: +0/-0
    • View Profile
Re: How do I convert a Program to an application variable
« Reply #2 on: September 09, 2018, 06:24:37 pm »
Thank you so much! lol I can't believe I didn't think of that!