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 - Xeda112358
Pages: 1 ... 273 274 [275] 276 277 ... 317
4111
« on: February 04, 2011, 02:45:19 am »
Samocal is an RPG I started and never finished over two years ago. It made use of Celtic 3, but it was still slow and data files were still very large. So guess what? I've been programming assembly for well over a year and ya know what, I'm getting a little bored. I think it is time I pick up this old project again, but this time I will use BatLib to take advantage of the speed and memory efficiency I designed it for. Below you will see what the old program looked like. For an example of size, in the old version, a map uses about 1000 byte (16x24 tiles). In this version. 16x24 tiles will use less than 200 bytes.
Currently, my priority is on BatLib, but I figured I may as well get the word out here. Feel free to comment!
4112
« on: February 04, 2011, 02:22:39 am »
It is in its very early stages... I posted over on UTI yesterday, but I'll post here, too.
4113
« on: February 04, 2011, 02:19:38 am »
Cool, what's the other RPG?!
4114
« on: February 04, 2011, 02:17:48 am »
I know, I'm even getting excited! I... Erm... I'm working on an RPG using BatLib... It has been so long since I did an RPG...
4115
« on: February 04, 2011, 02:05:05 am »
Ah, okay. -Stringing of commands in one dim( command -It works with all var types except Apps -It works with RAM/Archive -The version I haven't released yet can make variables (of any type except Apps) -It works with graphics like sprites and drawing routines -It can edit RAM -It can perform a basic LineRead command -It has sound -Custom Font Hooks -Can work directly with the LCD -Reading from ports works, writing is weird. The code works... if I copy it to RAM first -reading/writing to flags -Handling of hacked picks -Handling of lists -Several key hooks, including SpeedyKeys -Deleting vars (any type except Apps. can be archived) -Converting large numbers in hex to another base -Drawing directly to pic vars
Is that the kind of list you wanted?
4116
« on: February 04, 2011, 01:54:23 am »
Do you mean a list of commands...? That is going to be pretty long... ish...
4117
« on: February 04, 2011, 01:49:14 am »
Well I plan to add a lot to command 40 (BASIC ReCode), too and I need to add te math and menu functions. I am restructuring the code so that I can really optimise BASIC ReCode
4118
« on: February 04, 2011, 01:47:21 am »
I am on one page and I've used 7359 bytes of code plus the 128 byte header. I am at 64 commands, so I will just keep going as far as I can. Maybe a hundred or so?
4119
« on: February 04, 2011, 01:45:49 am »
Oh, howdy! I think I've seen your posts around here
4120
« on: February 04, 2011, 01:44:16 am »
8897 bytes I still have stuff to remove or optimise, too, so I will have plenty of room to work with for the next few functions.
4121
« on: February 03, 2011, 08:02:40 pm »
Hmm, maybe after you get your 5 posts in, you can type "never gonna give you up" in OmnomIRC. You only need 3 more
4122
« on: February 03, 2011, 07:24:11 pm »
Oh my! I love that video! I literally watched it for over an hour earlier today ♥
4123
« on: February 03, 2011, 07:14:32 pm »
And I think the Axe Parser is usefull as an approach to asm as well...
Yes you are right, there. If you can master Axe, you will be well on your way to assembly. It will give you a glimpse into data structures that will be very valuable when learning assembly. Please, have fun while you are here and definitely ask questions. We all rely on each other, here, as a community and as you said, it makes a very likable atmosphere Hi! ... Oh wait, I already said that... ... Hi!
4124
« on: February 03, 2011, 04:41:23 pm »
Also, if you want an optimisation trick, you can leave off the ending quote. Also, Disp commands can be on the same line. So:
Disp "HELLO" can be optimised to:
Disp "HELLO And this:
Disp "HELLO" Disp "WHAT IS" Disp "YOUR NAME?" Can be:
Disp "HELLO","WHAT IS","YOUR NAME?
4125
« on: February 03, 2011, 11:10:44 am »
Cool! Here you will find a large knowledge base about Axe Parser, Assembly, hex, and BASIC (as well as some computer programming ) But yeah, feel free to ask questions... there are plenty of people here who can answer Hi!
Pages: 1 ... 273 274 [275] 276 277 ... 317
|