|
I want to change the stat formula so that every IV is treated as 31 since luck-based stat/IV determination bothers me (and so does breeding for good IVs).
In other words, change
(((IV + 2 * BaseStat + (EV/4) ) * Level/100 ) + 5) * Nature Value
to
(((31 + 2 * BaseStat + (EV/4) ) * Level/100 ) + 5) * Nature Value
Is there an quick way to do this or not? It seems that there is very little, if no knowledge on stat calculation. Even after doing an hour of searching I still couldn't find offsets in the rom for the formula for stat determination.
I am a new hacker and have very little/virtually no programming experience. Seeing as this would require research on my part because very few people would be interested in this, could someone point me in the right direction? What should I do/learn first? I literally have no idea where to start.
|