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