summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2015-02-10Blindly use wram labels for everything except mobile, part 1.yenatch
Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
2015-02-06Odds and ends in bank 45 (and more ascii incbins).yenatch
2015-02-04More mobile incbins and start incbinning .txt for ascii.yenatch
2014-07-18Use a macro for Odd Egg probabilities.yenatch
2014-06-23More PartyMon labels for relative addressing.yenatch
2014-06-12Consolidate monster structs in wram and sram.yenatch
The PartyMon struct is really the box struct with volatile variables like status added. Some other labels have been reworked. Move structs no longer have explicit labels since their location is arbitrary and usually shared.
2014-06-04Experience growth rate constants.yenatch
2014-05-31Rename directory stats -> data.yenatch