summaryrefslogtreecommitdiff
path: root/data/evos_attacks.asm
AgeCommit message (Collapse)Author
2017-12-14Split items/ and trainers/ into their data/ and engine/ componentsRemy Oukaour
Move some data into a pokemon/ subdirectory
2017-09-23Fix section linkingPikalaxALT
Create linker script and float all sections
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2015-11-04Replace party struct relative values with EQUS constantsPikalaxALT
2014-05-31Rename directory stats -> data.yenatch