Andrefpvs said:
Oh no, no! Don't get me wrong, it's nothing out of the ordinary. I'm just a beginning programmer, in fact, I only moved to C a month ago (did my learning with Scheme). This is a simple counter with simple checks. I'm interested in what you're doing though. High-five!
Well, my sister wanted a better way to keep track of EVs. My main goals were: 1) Easy 1-click entry, and 2) save and load. This is what I ended up with (early last year, I think?):
It works, but you have to know how many EVs to add, and half the time we were stuck scrolling through GameFaqs, etc. Yesterday I started EV training again, and, again, I was confused on how much to add... So last night I started planning a program that would do all that automatically. This is one of the final interface concepts I came up with (lost the others, damn GraphicsGale corrupted the files :\) :
I try to keep it simple, so I can actually follow through with it. I'm a beginning programmer as well, but I know how to do almost everything in that image and have very good ideas on how to assemble the rest. Some calculations may be off but that wasn't my main concern at the time.
It will be once I start though.