summaryrefslogtreecommitdiff
path: root/data/pokedex
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-11More consistent data tablesRemy Oukaour
2017-12-10Remove unused .asm fileRemy Oukaour
2017-11-26Rename all files in data/pokedex/entries/mid-kid
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
2017-11-20width -> weightmid-kid
This used to be confusing, since the first thing I think when I see "width, height" is graphics, in this case probably the sprites. Well, it has nothing to do with that. Weight is mass times gravity or something, width is a form of distance.
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>
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2015-06-23Remove trailing newlines.IIMarckus
2014-05-31Rename directory stats -> data.yenatch