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 - Munchor

Pages: 1 ... 352 353 [354] 355 356 ... 424
5296
I was tempted to apply for Music or Graphics, but I already have many projects on hands :( Sorry. Anyways, good luck!

5297
TI Z80 / Re: [PROJECT] Farmville - Calculator
« on: November 28, 2010, 07:07:06 pm »
first  8 are. x,y
2nd 8 are x+8,y
3rd 8 are x,y+8
4th 8 are x+8,y+8

0000000000400080008003C006600420042008200820081008100810081007E0

Now, I'm confused, this can't be split into 4*8 :S

5298
Just a reminder: I've had a lot of people copying and pasting example programs.  If you do that, DO NOT COPY AND PASTE THE LINE #include "ti83plus.inc"  You will get an error if you do not retype it yourself.

Hah, that reminds me of me :P

5299
TI Z80 / Re: [PROJECT] Farmville - Calculator
« on: November 28, 2010, 06:52:49 pm »
Ok, first stuff!

At the moment, you open the screen, press 1 (which will have a Play button later) and see how the interface will start like.

4 squares and the apple, which will be the first thing you can plant.

I've also made a 16*16 sprite of a pear (.png below). I'm gonna have to split it into four and make 4 8*8 sprites, I know.

Code: [Select]
0000000000400080008003C006600420042008200820081008100810081007E0
This is the HEX code, can I split the code into 4, I mean, does that work?

5300
Axe / Re: How do you write a string to the basic variable Ans?
« on: November 28, 2010, 06:43:16 pm »
I also think it could be moved.

Anyways, here's a screnie

5301
Site Feedback and Questions / Re: JavaScript DialogBox Private Messages
« on: November 28, 2010, 06:40:22 pm »
oh, those are pop-unders, I think. Sadly, they are not blocked by pop-up blockers. :/

Pop-Unders are also known in video hosting websites, mainly pornography websites and in file hosts too.

5302
The Axe Parser Project / Re: Axe Parser
« on: November 28, 2010, 06:39:37 pm »
1. Quote Fixed;
2. It has not been put TiCalc?;
3. It has not been posted in Cemetech;
4. What are axioms?

5303
Site Feedback and Questions / Re: JavaScript DialogBox Private Messages
« on: November 28, 2010, 06:38:03 pm »
Yeah that's annoying when you find a new website. Some sites opens a pop-up when you download a file. The pop-up contains the download link.

Other Websites launch advertisment pop-ups after you start the download :(

5304
The Axe Parser Project / Re: Axe Parser
« on: November 28, 2010, 06:22:44 pm »
You can now do:
Code: [Select]
"0123456789ABCDEF"->AInstead of having to previously have done something like:
Code: [Select]
"0123456789ABCDEF"->Str1
Str1->A

THIS IS AWESOME!

You can now have more than 10 pictures! Also works for strings, right?

But maybe I misunderstood :S

There is an input command, and it returns a pointer to a string of tokens, not a numerical value.

5305
BatLib / Re: SpriteLib
« on: November 28, 2010, 06:12:23 pm »
Well, I am programming in Hexadecimal, so the process is a bit different :D. But, I believe it is not much different at all from regular assembly program. The main difference is that you run the program starting at 4080h (with 4000h to 407Fh being the header). Also, instead of exiting with an ret, you have to use a special B_Call (which  forget the name of...). The hex for it is EF2740, so it is B_Call 4027h.

Yes, I forgot that you have an incredibly poweful memory :P

I'll ask for help somewhere else concerning making an Application, then.

5306
The Axe Parser Project / Re: Assembly Programmers - Help Axe Optimize!
« on: November 28, 2010, 06:10:09 pm »
This relates to the underlying z80 machine code (or ASM, if you prefer) that Axe generates. ;)

Good then, so the 'executables', which is, the .asm files are now running faster!

5307
The Axe Parser Project / Re: Assembly Programmers - Help Axe Optimize!
« on: November 28, 2010, 06:08:28 pm »
Cool, Quigibo added all my optimized auto-optimizations :) But I think you missed p_GetBit15, which can be optimized to be the same as p_Mod2.

Great! So, it optimizes the Axe script or the Asm conversion?

Like, the following program:

Code: [Select]
Output(0,0,"Hello World")
Is optimized to:

Code: [Select]
Output(0,0,"Hello World
Or is it Assembly that is optimized?


5308
The Axe Parser Project / Re: Axe Parser
« on: November 28, 2010, 06:06:16 pm »
Is there an Input command, I heard DJ saying it was something like

Code: [Select]
Z->input
But maybe I misunderstood :S

5309
BatLib / Re: SpriteLib
« on: November 28, 2010, 06:05:38 pm »
Yes, I am working on the app, but there are still bugs I need to tease out. I have a program that use the App for the calls, but the App isn't working independently, yet. :( I am still working on that, though... I am trying to pretty much convert the program almost directly into the APP version, but some syntaxes need to be changed to let it work as a parser hook.

Yes, today I was wondering... How hard is it to make an application?

I'd like to make an application, with no goal, maybe HotDog's program that adds two numbers. I'd like to make that an Application. Is it very hard?

5310
TI Z80 / Re: [PROJECT] Farmville - Calculator
« on: November 28, 2010, 06:03:38 pm »
Great, I think that would be cool (go for it, steal!)

I'm going to post sprites today!

Pages: 1 ... 352 353 [354] 355 356 ... 424