summaryrefslogtreecommitdiff
path: root/data/evos_attacks_pointers.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-12-11Keep table labels in the same files as their contents.Remy Oukaour
2017-12-11Move lots of data tables into individual data/ filesRemy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2014-05-31Rename directory stats -> data.yenatch