0 Members and 1 Guest are viewing this topic.
!If (GetCalc("vVVVSAV",Y0)->V)Output(0,0,"CREATING SAVE")Pause 1000GetCalc("vVVVSAV",768)GetCalc("vVVVSAV",Y0)->V2->{L+3}->{L+7}0->{L+0}->{L+1}->{L+2}->{L+8}->{L+9}->{L+18}->{L+19}8->{L+5}->{L+14}48->{L+6}->{L+15}0->{L+10}->{L+12}0->{L+11}->{L+13}Copy(L,V,768)EndCopy(V,L,768){L+0}->A{L+1}->B{L+2}->C{L+3}->D{L+5}->F{L+6}->G{L+7}->H{L+8}->I{L+9}->J{L+10}->K{L+11}->L{L+12}->M{L+13}->N{L+18}->S{L+19}->T{L+14}->X{L+15}->Y
GetCalc("vPIMAP")->U
GetCalc("vPIMAP",Y1)->U
{L+0}->A{L+1}->B{L+2}->C{L+3}->D{L+5}->F{L+6}->G{L+7}->H{L+8}->I{L+9}->J{L+10}->K{L+11}->L{L+12}->M{L+13}->N{L+18}->S{L+19}->T{L+14}->X{L+15}->Y
Copy(L,{E}9CFB,16)
Copy(L,V,768)
Copy(L,V)
I haven't really looked through the problem, but here's a little trick you can use to optimize your code a whole lot - Code: [Select]{L+0}->A{L+1}->B{L+2}->C{L+3}->D{L+5}->F{L+6}->G{L+7}->H{L+8}->I{L+9}->J{L+10}->K{L+11}->L{L+12}->M{L+13}->N{L+18}->S{L+19}->T{L+14}->X{L+15}->Ycan be replaced withCode: [Select]Copy(L,{E}9CFB,16)where {E} is the EE key where your comma is on the keypad.
Code: [Select]GetCalc("vPIMAP",Y1)->UIt goofs up the graphics routine and everything that calls that appvar.Any help?
Quote from: pimathbrainiac on February 25, 2013, 12:26:17 pmCode: [Select]GetCalc("vPIMAP",Y1)->UIt goofs up the graphics routine and everything that calls that appvar.Any help?Remove the useless "->U" and replace all your "U" after this line by "Y1". And don't forget to archive your appvar.
It's crazy slow to make a TMP copy every time you draw. Also, files work form RAM.
Well, I gots this working with Hayleia over IRC! Thanks y'all!