aboutsummaryrefslogtreecommitdiffstats
path: root/hram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename hVBlank* constants to h*.yenatch2014-09-231-3/+3
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-201-0/+17
|\ | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * Commented/labelled misc functionsYamaArashi2014-09-141-0/+9
| |
| * Labelled and commented mostly sprite-related thingsYamaArashi2014-09-091-0/+3
| |
| * Labelled many functions/variablesYamaArashi2014-08-081-0/+5
| |
* | Use hram constants for remaining joypad variables.yenatch2014-08-301-18/+21
|/
* Rename joypad registers.yenatch2014-05-251-6/+10
|
* Rename random number function and hram labels.yenatch2014-05-241-2/+2
| | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub
* split wram/hram out of constants.asm and start using wram sectionsyenatch2013-12-051-0/+116
also inadvertently labeling some hard addresses