summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
AgeCommit message (Collapse)Author
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-10Consolidate NUM_MOVES usage and monster struct labels.yenatch
There turned out to be a lot of instances of NUM_MOVES.
2014-06-03More MAX_LEVEL use.yenatch
2014-05-21Comment music functions in home.asm.yenatch
2014-04-12Boxes, trading, assorted incbins.yenatch
2014-02-03Move remaining constants into constants/{misc,pokemon_data}_constants.asmyenatch
Now constant groups can be included separately if needed.