aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename engine/rng.asm to engine/random.asm.yenatch2014-05-241-0/+0
|
* Rename random number function and hram labels.yenatch2014-05-2410-80/+87
| | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub
* Comment some more bank 0 functions.yenatch2014-05-2315-38/+38
|
* Use a dedicated label for base stats.yenatch2014-05-231-1/+1
| | | | The existing {Bulbasaur,Ivysaur,...}BaseStats labels are for convenience.
* Comment some bank 0 functions, and add wram labels for Predef.yenatch2014-05-2312-18/+18
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-22106-0/+39456