Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - squidgetx

Pages: 1 ... 90 91 [92] 93 94 ... 123
1366
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure
« on: November 17, 2010, 07:14:04 pm »
ouch that sucks. it recognizes the calc and everything but you can't transfer any files?

1367
TI Z80 / Re: YEONG RPG
« on: November 17, 2010, 07:12:38 pm »
Yeah, looking at the user guide will help a lot..I think it explains free ram and stuff much better than I did :P


1368
TI-BASIC / Re: need help with spanish letters
« on: November 17, 2010, 07:09:41 pm »
lul any particular reason this is -1'd....i apologize if I was rude in any way. I don't really care intensely about the respect drop but I would appreciate it if you could tell me why since I can't figure it out. I don't want to go around saying things that I think are ok but other people think are rude/offensive :)

also here's a version that has only the spanish-exclusive letters :P


...unless you misclicked in which case you can cancel/change your rate up/down by clicking on the thumbs again and then disregard everything I said :P

1369
TI Z80 / Re: YEONG RPG
« on: November 17, 2010, 07:05:56 pm »
I have a 3lvl gray masked one :P here but I don't know of any 4lvl or monochrome ones

1370
TI Z80 / Re: YEONG RPG
« on: November 17, 2010, 06:59:34 pm »
Sorry, I wasn't super clear :P

L1,L2, are really just numbers pointing to some memory address in RAM

Example 1->{L1}
Or, to copy data to L1, you'd have to define it first:
Code: [Select]
Data(0,1,2,3,4,5,6)->GDB1: Copy(GDB1,7,L1)To display the list above, you would then write
Code: [Select]
For(A,0,6):Text(0,,{L1+A}>Char):EndThe way this is different form just using the original list pointed to by GDB1, is that you can also edit the values of data in L1. Think of it like a whole lot of extra variables. Using them as variables is slightly different in that you need the curly brackets: ie to increment whatever value is in {L1+0}, you would write
Code: [Select]
{L1}+1->{L1}
The documentation does a pretty good job of explaining it if you don't get what I mean :P

1371
TI Z80 / Re: YEONG RPG
« on: November 17, 2010, 06:53:34 pm »
Ironically the answer to your first question is sort of the answer to your second.

L1-L6 are pointers to some free RAM that you can use for whatever you want.
usually you want to use L1; for example if you wanted to store some numbers in L1, you would write number->{L1+somenumber} where somenumber is the offset (remember L1 is just a pointer. If it was pointing to address 100, you could access 100, 101, etc by doing L1+1, L1+2, etc. While you could use the decimal equivalent (I think it's around 30000, it's easier to use the token L1 :P)

1372
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure
« on: November 17, 2010, 06:18:21 pm »
try restarting your computer :P

1373
Official Contest / Re: Cage Match #2: Homescreen Game
« on: November 17, 2010, 06:16:52 pm »
@ ztrumpet It could always be resized; it looks nice :P
When will be next Cage Match?

^This

?

1374
Other Calc-Related Projects and Ideas / Re: Anti-RPG RPG
« on: November 16, 2010, 08:32:23 pm »
Last time he logged in was in June x.x

1375
Art / Re: Availability/Skill level of artists
« on: November 16, 2010, 08:26:26 pm »
thankee sirs ;)

1376
Art / Re: Availability/Skill level of artists
« on: November 16, 2010, 07:15:16 am »
Not sure if this is really what you're looking for but oh well :P It didn't really turn out quite the way I wanted but I'll post it here anyways

1377
General Calculator Help / Re: Things I just did to my calculator.
« on: November 15, 2010, 08:57:40 pm »
Omnicalc's restore mem feature is pretty nice (although i think it doesn't work in 2.53 either) :P I personally also like to use it to play some music (not as much since I found mobiletunes though)

I have omnicalc on my 2.53 calc, and I never use it. I'm not even sure why i still have it, but I don't want to delete it :P

1378
General Calculator Help / Re: Things I just did to my calculator.
« on: November 15, 2010, 08:53:22 pm »
Mirage and DCS can interfere with eachother if you keep programs hidden. Basically, Mirage will display all your games with a weird token as the first letter and then sometimes some programs will be visible and one shell or another says that they're hidden and viceversa.

Symbolic only works when classic mode is enabled.

IIRC Omnicalc has major issues with 2.53MP (did BrandonW make a patch for this, I forget) For example, pressing clear while entering a mathprint expression clears the RAM. The fast-commands VARS menu also does not work and as Darl said, I think the entries menu doesn't work either

I think calcsys is fine

Be careful of krolytpo, it is too easy to lock yourself out of your calc :(

Graph3's hooks get disabled all the time (or maybe just because my RAM clears all the time), you'll have to reinstall everytime you want to use it

Also, Cabamap is an awesome app; lots of math stuff you can't use with the OS (calculate 100! !)

1379
Ash: Phoenix / Re: Ash: Phoenix
« on: November 15, 2010, 08:17:57 pm »
he just moves slow because he is fat

Lol j/k though, yeah the map engine needs serious optimization :P

1380
Ash: Phoenix / Re: Ash: Phoenix
« on: November 15, 2010, 08:11:25 pm »
He is moving by 2] pxls rate :(

I need some epic optimization

Pages: 1 ... 90 91 [92] 93 94 ... 123