31
F-Zero 83+ / Re: F-Zero Progress Thread
« on: November 06, 2009, 11:30:47 pm »
Have you confirmed two players on one calc?
btw, looks fawesome.
btw, looks fawesome.
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. 31
F-Zero 83+ / Re: F-Zero Progress Thread« on: November 06, 2009, 11:30:47 pm »
Have you confirmed two players on one calc?
btw, looks fawesome. 32
ASM / Re: Programming help« on: October 01, 2009, 08:13:39 pm »
wow that explains a lot considering my most commonly referenced
label is label x, which is located all the way at the bottom. There are also some unnecessarily placed gotos and lbls that can be removed as well. 33
ASM / Re: Programming help« on: October 01, 2009, 01:11:55 am »
I was not aware that there could be 2 conditions for a while loop.
I tried that and it worked really nice. 34
ASM / Re: Programming help« on: October 01, 2009, 12:29:05 am »
Thanks for the reply, the reason I did this is because I really do not know another
way to only allow a certain amount of time for a getkey command. I am thinking that I should change the code to Code: [Select] While x=0 This would end the while loop. I would just have to make sure that doesn't mess with scoring or even button recognition. 35
ASM / Re: Programming help« on: October 01, 2009, 12:18:03 am »
Is there a way I can copy it right from the program?
36
ASM / Programming help« on: September 30, 2009, 11:54:15 pm »
I was bored in class so I decided to try and make a ddr type game.
I did so and i like it, but it slows down over time and I cannot figure out how to prevent this. Is this a problem with my code or is it the calculator? I didn't think it was the calc because there are much bigger games that keep a constant speed. Also I tried the program on an emulator and it still slowed down. I cannot find any reason why this would happen in the code. Thanks for any help in advance! Link: http://www.ticalc.org/archives/files/fileinfo/421/42167.html Code: [Select] :ClrHome
|
|