1. Finally, a screenshot!
2. Hopefully I won't have to send a ton of programs to my calc to experience this.
Nope only three, Fiddle, BLIB, and the installed programs file, "PRGMS"
When can this turn into one program?
it cant unfortunately, since I need a quick way for fiddle to know what programs are multitasking and when to run them. Also since axe's input routine sucks I need to use the TI-BASIC one for stability, for this i need to use BLIB. Buuuut... The programs are very small and the whole thing is less than 1.5Kb
Now... If only it wasn't in ASCII.
princetonlion.tibd wrote:
Now... If only it wasn't in ASCII.
This is not a constructive comment or post; Cemetech is about quality over quantity. Shape up or ship out.
!!!! Update !!!!
Fiddle 3.2
This Verson of fiddle now has an event driven API. It comes with a few programs: a paint program, a math program, and a track pad program.
the paint one is easy to use all you have to do is press 2nd to turn the brush off or on. The math program comes with instructions and all you have to do for the track pad program is slide your fnger across the buttons on the calc.
The Axe API has no new commands but the program structure is different. you can now programs in basic. Here's an example:
Code:
// e is the new event variable, it can be 1 for a key press, 2 if
//your switching to the console screen 4 if your exiting the shell and //3 if you're exiting a program
If m=1
then
output(1,1,"H")
if e=1 and c=1 and x=1 and y=1
then
ClrHome
output(4,3,"Hello World")
pause
end
end
[Axe example coming soon!]
Is something wrong with my copy of pokemon red?
I transferred it to my TI-84SE and when I play it, it starts me at a pokecenter in town #2 and I can't save, open options, open items, or look at player status. I can access my pokemon, but I can't do anything with it.
sabahat wrote:
Is something wrong with my copy of pokemon red?
I transferred it to my TI-84SE and when I play it, it starts me at a pokecenter in town #2 and I can't save, open options, open items, or look at player status. I can access my pokemon, but I can't do anything with it.
Firstly, hello and welcome to Cemetech.
Secondly, you seem to be posting this in a wildly incorrect thread. Might want to be careful of that in the future.
Thirdly, I'll answer anyways. It sounds like you've found Buckeye's Pokemon demo, which only features a small portion of the map, basic movement, and a few other engine features. It is certainly not playable as a game. For a playable Pokemon on an 84+SE, I'd suggest looking into something like Pokemon Topaz, a bit of a clone and a bit unque, or TI-Boy, a GameBoy emulator.
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
»
Go to Registration page
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum