0 Members and 3 Guests are viewing this topic.
ParalyzingThe most effective status problem is paralysis because of its effects combinedwith how easy it is to use. When paralyzed, your Speed is dropped to onequarter and you have a 1 in 4 chance of not attacking. This is common becauseSpeed is important as you can rely on that Pokemon and finish anything off.Being slow, you’ll always take a hit before you can do anything, and that addsup quickly...
Well, after finally getting a good look at the screenshot, I would say you are doing quite well with the battle system. Some things if I might point out?I know using Text( with spaces is faster, using Line(x,y,x,y,0 in a for loop looks nicer/smoother when clearing text in a dialogue box.For when you display the HP data, Text( can be used like this: Text(21,21,"HP ",A," / ",B And saves having them there '/' in the screen when it is generating everything. Not sure if this was mentioned, as I know there will be lots of data for you to put in, but lowercase letters takes FAR more space than uppercase, something to think about if you are memory conscious.If you want your program name not to have to start with an 'A', just make sure all your sub programs starts with letter 'Q' and higher. Keeps things cleaner that way. Mine all start with 'Z'.Looking good so far.