aboutsummaryrefslogtreecommitdiffstats
path: root/constants/wram_constants.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-10More bank3 documentationluckytyphlosion1-10/+0
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
2015-08-30No more wram_constants.asmdannye1-10/+0
unfortunately, this means manually declaring the wEnemyMon1 party struct
2015-08-30No more W_dannye1-2/+2
2015-02-07serial/trade/miscYamaArashi1-5/+1
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-3/+7
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-04-22Comment in-game trade evolution.yenatch1-0/+3
2014-01-27Split wram.asm from poke{red,blue}.o into wram.oyenatch1-0/+7
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.